MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / accept

Method accept

packages/wl-sdk/src/client.ts:296–298  ·  view source on GitHub ↗
(wantedId: string, input: AcceptInput)

Source from the content-addressed store, hash-verified

294 }
295
296 async accept(wantedId: string, input: AcceptInput): Promise<AcceptOutcome> {
297 return unwrap(await accept({ ...input, ctx: this.#ctx(), wantedId }), this.#config.onError);
298 }
299
300 async acceptUpstream(wantedId: string, input: AcceptUpstreamClientInput): Promise<AcceptOutcome> {
301 return unwrap(

Callers

nothing calls this directly

Calls 3

#ctxMethod · 0.95
acceptFunction · 0.90
unwrapFunction · 0.70

Tested by

no test coverage detected