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

Function Endpoint0

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

Source from the content-addressed store, hash-verified

21 ? error
22 : new ClientError({ cause: error })
23const Endpoint0 = (raw: RawGroup) => () => raw["status"]({}).pipe(Effect.mapError(mapEndpoint0Error))
24
25export const adaptGroup2 = (raw: RawGroup) => ({ status: Endpoint0(raw) })

Callers 1

adaptGroup2Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected