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

Method edit

packages/wl-sdk/src/client.ts:268–270  ·  view source on GitHub ↗
(input: EditInput)

Source from the content-addressed store, hash-verified

266 }
267
268 async edit(input: EditInput): Promise<MutationOutcome> {
269 return unwrap(await edit({ ...input, ctx: this.#ctx() }), this.#config.onError);
270 }
271
272 async claim(wantedId: string): Promise<MutationOutcome> {
273 return unwrap(await claim({ ctx: this.#ctx(), wantedId }), this.#config.onError);

Callers 3

WebhookRequestsContentFunction · 0.80
editViaSdkFunction · 0.80

Calls 3

#ctxMethod · 0.95
editFunction · 0.90
unwrapFunction · 0.70

Tested by

no test coverage detected