MCPcopy Create free account
hub / github.com/anomalyco/opencode / Endpoint10_0

Function Endpoint10_0

packages/client/src/generated-effect/client.ts:478–481  ·  view source on GitHub ↗
(raw: RawClient["server.fs"])

Source from the content-addressed store, hash-verified

476 readonly path?: Endpoint10_0Request["query"]["path"]
477}
478const Endpoint10_0 = (raw: RawClient["server.fs"]) => (input?: Endpoint10_0Input) =>
479 raw["fs.list"]({ query: { location: input?.["location"], path: input?.["path"] } }).pipe(
480 Effect.mapError(mapClientError),
481 )
482
483type Endpoint10_1Request = Parameters<RawClient["server.fs"]["fs.find"]>[0]
484type Endpoint10_1Input = {

Callers 1

adaptGroup10Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected