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

Function adaptGroup14

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

Source from the content-addressed store, hash-verified

579 )
580
581const adaptGroup14 = (raw: RawClient["server.pty"]) => ({
582 list: Endpoint14_0(raw),
583 create: Endpoint14_1(raw),
584 get: Endpoint14_2(raw),
585 update: Endpoint14_3(raw),
586 remove: Endpoint14_4(raw),
587})
588
589type Endpoint15_0Request = Parameters<RawClient["server.question"]["question.request.list"]>[0]
590type Endpoint15_0Input = { readonly location?: Endpoint15_0Request["query"]["location"] }

Callers 1

adaptClientFunction · 0.85

Calls 5

Endpoint14_0Function · 0.85
Endpoint14_1Function · 0.85
Endpoint14_2Function · 0.85
Endpoint14_3Function · 0.85
Endpoint14_4Function · 0.85

Tested by

no test coverage detected