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

Function adaptGroup10

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

Source from the content-addressed store, hash-verified

493 }).pipe(Effect.mapError(mapClientError))
494
495const adaptGroup10 = (raw: RawClient["server.fs"]) => ({ list: Endpoint10_0(raw), find: Endpoint10_1(raw) })
496
497type Endpoint11_0Request = Parameters<RawClient["server.command"]["command.list"]>[0]
498type Endpoint11_0Input = { readonly location?: Endpoint11_0Request["query"]["location"] }

Callers 1

adaptClientFunction · 0.85

Calls 2

Endpoint10_0Function · 0.85
Endpoint10_1Function · 0.85

Tested by

no test coverage detected