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

Function adaptGroup5

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

Source from the content-addressed store, hash-verified

248 raw["model.list"]({ query: { location: input?.["location"] } }).pipe(Effect.mapError(mapClientError))
249
250const adaptGroup5 = (raw: RawClient["server.model"]) => ({ list: Endpoint5_0(raw) })
251
252type Endpoint6_0Request = Parameters<RawClient["server.provider"]["provider.list"]>[0]
253type Endpoint6_0Input = { readonly location?: Endpoint6_0Request["query"]["location"] }

Callers 1

adaptClientFunction · 0.85

Calls 1

Endpoint5_0Function · 0.85

Tested by

no test coverage detected