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

Method pull

packages/computer/src/shell.ts:141–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139export interface Sync {
140 push(): Promise<number>;
141 pull(): Promise<ApplyResult>;
142 onPullPending?(error: unknown): Promise<void>;
143}
144

Callers 3

runPostPullFunction · 0.65
workspace.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected