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

Method #ctx

packages/wl-sdk/src/client.ts:195–205  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 #ctx(): MutationContext {
196 return {
197 auth: this.#auth,
198 upstream: this.#upstream,
199 fork: this.#fork,
200 rigHandle: this.#config.rigHandle,
201 fetch: this.#config.fetch,
202 now: this.#config.now,
203 hooks: this.#hooks,
204 };
205 }
206
207 // ── Lifecycle ──────────────────────────────────────────────────
208

Callers 9

postMethod · 0.95
editMethod · 0.95
claimMethod · 0.95
unclaimMethod · 0.95
doneMethod · 0.95
acceptMethod · 0.95
acceptUpstreamMethod · 0.95
rejectMethod · 0.95
closeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected