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

Function Endpoint3

packages/httpapi-codegen/test/generated/session.ts:88–89  ·  view source on GitHub ↗
(raw: RawGroup)

Source from the content-addressed store, hash-verified

86 ? error
87 : new ClientError({ cause: error })
88const Endpoint3 = (raw: RawGroup) => (input: Endpoint3Input) =>
89 raw["interrupt"]({ params: { sessionID: input["sessionID"] } }).pipe(Effect.mapError(mapEndpoint3Error))
90
91export const adaptGroup0 = (raw: RawGroup) => ({
92 health: Endpoint0(raw),

Callers 1

adaptGroup0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected