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

Function Endpoint14_4

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

Source from the content-addressed store, hash-verified

574 readonly location?: Endpoint14_4Request["query"]["location"]
575}
576const Endpoint14_4 = (raw: RawClient["server.pty"]) => (input: Endpoint14_4Input) =>
577 raw["pty.remove"]({ params: { ptyID: input["ptyID"] }, query: { location: input["location"] } }).pipe(
578 Effect.mapError(mapClientError),
579 )
580
581const adaptGroup14 = (raw: RawClient["server.pty"]) => ({
582 list: Endpoint14_0(raw),

Callers 1

adaptGroup14Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected