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

Function Endpoint3_11

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

Source from the content-addressed store, hash-verified

156type Endpoint3_11Request = Parameters<RawClient["server.session"]["session.revert.commit"]>[0]
157type Endpoint3_11Input = { readonly sessionID: Endpoint3_11Request["params"]["sessionID"] }
158const Endpoint3_11 = (raw: RawClient["server.session"]) => (input: Endpoint3_11Input) =>
159 raw["session.revert.commit"]({ params: { sessionID: input["sessionID"] } }).pipe(Effect.mapError(mapClientError))
160
161type Endpoint3_12Request = Parameters<RawClient["server.session"]["session.context"]>[0]
162type Endpoint3_12Input = { readonly sessionID: Endpoint3_12Request["params"]["sessionID"] }

Callers 1

adaptGroup3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected