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

Method acceptUpstream

packages/wl-sdk/src/client.ts:300–305  ·  view source on GitHub ↗
(wantedId: string, input: AcceptUpstreamClientInput)

Source from the content-addressed store, hash-verified

298 }
299
300 async acceptUpstream(wantedId: string, input: AcceptUpstreamClientInput): Promise<AcceptOutcome> {
301 return unwrap(
302 await acceptUpstream({ ...input, ctx: this.#ctx(), wantedId }),
303 this.#config.onError
304 );
305 }
306
307 async reject(wantedId: string, input: RejectInput = {}): Promise<MutationOutcome> {
308 return unwrap(

Callers 1

acceptViaSdkFunction · 0.80

Calls 3

#ctxMethod · 0.95
acceptUpstreamFunction · 0.90
unwrapFunction · 0.70

Tested by

no test coverage detected