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

Function make

packages/client/src/generated-effect/client.ts:705–706  ·  view source on GitHub ↗
(options?: { readonly baseUrl?: URL | string })

Source from the content-addressed store, hash-verified

703})
704
705export const make = (options?: { readonly baseUrl?: URL | string }) =>
706 HttpApiClient.make(ClientApi, options).pipe(Effect.map(adaptClient))

Callers

nothing calls this directly

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected