@tikoci/centrs
    Preparing search index...

    Interface InspectBackend

    The transport seam this module needs. A ProtocolAdapter satisfies it structurally; depending on the narrow shape keeps core/ decoupled from the protocol layer (no import cycle).

    interface InspectBackend {
        inspect(
            request: "child" | "completion",
            path: string,
        ): Promise<unknown[]>;
    }
    Index

    Methods

    Methods

    • Parameters

      • request: "child" | "completion"
      • path: string

      Returns Promise<unknown[]>