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

Method close

packages/wl-sdk/src/client.ts:314–316  ·  view source on GitHub ↗
(wantedId: string)

Source from the content-addressed store, hash-verified

312 }
313
314 async close(wantedId: string): Promise<MutationOutcome> {
315 return unwrap(await close({ ctx: this.#ctx(), wantedId }), this.#config.onError);
316 }
317
318 // ── Publishing ─────────────────────────────────────────────────
319

Callers

nothing calls this directly

Calls 3

#ctxMethod · 0.95
closeFunction · 0.90
unwrapFunction · 0.70

Tested by

no test coverage detected