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

Function adaptGroup7

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

Source from the content-addressed store, hash-verified

347 }).pipe(Effect.mapError(mapClientError))
348
349const adaptGroup7 = (raw: RawClient["server.integration"]) => ({
350 list: Endpoint7_0(raw),
351 get: Endpoint7_1(raw),
352 connectKey: Endpoint7_2(raw),
353 connectOauth: Endpoint7_3(raw),
354 attemptStatus: Endpoint7_4(raw),
355 attemptComplete: Endpoint7_5(raw),
356 attemptCancel: Endpoint7_6(raw),
357})
358
359type Endpoint8_0Request = Parameters<RawClient["server.credential"]["credential.update"]>[0]
360type Endpoint8_0Input = {

Callers 1

adaptClientFunction · 0.85

Calls 7

Endpoint7_0Function · 0.85
Endpoint7_1Function · 0.85
Endpoint7_2Function · 0.85
Endpoint7_3Function · 0.85
Endpoint7_4Function · 0.85
Endpoint7_5Function · 0.85
Endpoint7_6Function · 0.85

Tested by

no test coverage detected