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

Function Endpoint3_7

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

Source from the content-addressed store, hash-verified

126type Endpoint3_7Request = Parameters<RawClient["server.session"]["session.compact"]>[0]
127type Endpoint3_7Input = { readonly sessionID: Endpoint3_7Request["params"]["sessionID"] }
128const Endpoint3_7 = (raw: RawClient["server.session"]) => (input: Endpoint3_7Input) =>
129 raw["session.compact"]({ params: { sessionID: input["sessionID"] } }).pipe(Effect.mapError(mapClientError))
130
131type Endpoint3_8Request = Parameters<RawClient["server.session"]["session.wait"]>[0]
132type Endpoint3_8Input = { readonly sessionID: Endpoint3_8Request["params"]["sessionID"] }

Callers 1

adaptGroup3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected