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

Method push

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

Source from the content-addressed store, hash-verified

138// skipped read-only entries on ExecResult.
139export interface Sync {
140 push(): Promise<number>;
141 pull(): Promise<ApplyResult>;
142 onPullPending?(error: unknown): Promise<void>;
143}

Callers 15

canonicalizePathFunction · 0.65
onChangeFunction · 0.65
drainChangesFunction · 0.65
RecordingStorageClass · 0.65
pathOfFunction · 0.65
pathsOfFunction · 0.65
drainFunction · 0.65
fetch.test.tsFile · 0.65
drainFunction · 0.65
collectObjectsFunction · 0.65
apply.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 15

onChangeFunction · 0.52
drainChangesFunction · 0.52
drainFunction · 0.52
drainFunction · 0.52
collectObjectsFunction · 0.52
applyFunction · 0.52
drainFunction · 0.52
collectHashesFunction · 0.52
drainFunction · 0.52
drainFunction · 0.52
readBytesFunction · 0.52
readBackFunction · 0.52