MCPcopy Create free account
hub / github.com/cloudflare/computer / pull

Method pull

packages/computer/src/workspace.ts:583–585  ·  view source on GitHub ↗
(id?: string)

Source from the content-addressed store, hash-verified

581 }
582
583 pull(id?: string): Promise<ApplyResult> {
584 return this.#serialize(id, (resolvedId) => this.#pullResolved(resolvedId));
585 }
586
587 /**
588 * Run a host-scheduled pending pull from its persisted cursor.

Callers 1

#shellForMethod · 0.95

Calls 2

#serializeMethod · 0.95
#pullResolvedMethod · 0.95

Tested by

no test coverage detected