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

Function adaptGroup9

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

Source from the content-addressed store, hash-verified

461 }).pipe(Effect.mapError(mapClientError))
462
463const adaptGroup9 = (raw: RawClient["server.permission"]) => ({
464 listRequests: Endpoint9_0(raw),
465 listSaved: Endpoint9_1(raw),
466 removeSaved: Endpoint9_2(raw),
467 create: Endpoint9_3(raw),
468 list: Endpoint9_4(raw),
469 get: Endpoint9_5(raw),
470 reply: Endpoint9_6(raw),
471})
472
473type Endpoint10_0Request = Parameters<RawClient["server.fs"]["fs.list"]>[0]
474type Endpoint10_0Input = {

Callers 1

adaptClientFunction · 0.85

Calls 7

Endpoint9_0Function · 0.85
Endpoint9_1Function · 0.85
Endpoint9_2Function · 0.85
Endpoint9_3Function · 0.85
Endpoint9_4Function · 0.85
Endpoint9_5Function · 0.85
Endpoint9_6Function · 0.85

Tested by

no test coverage detected