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

Method get

packages/computer/src/workspace.ts:59–59  ·  view source on GitHub ↗
(backend: string)

Source from the content-addressed store, hash-verified

57 */
58export interface SyncRetryScheduler {
59 get(backend: string): Promise<SyncRetryIntent | undefined>;
60 schedule(intent: SyncRetryIntent): Promise<void>;
61 clear(backend: string): Promise<void>;
62}

Callers 15

syncVfsPathToDiskFunction · 0.65
reconcileDiskToVfsFunction · 0.65
requestFunction · 0.65
getFunction · 0.65
runner.test.tsFile · 0.65
execMethod · 0.65
getMethod · 0.65
killMethod · 0.65
disposeMethod · 0.65
openFileHandleFunction · 0.65
releaseFileHandleFunction · 0.65
updateMetaFunction · 0.65

Implementers 1

MemoryRetrySchedulerpackages/computer/src/retry.test.ts

Calls

no outgoing calls

Tested by 5

requestFunction · 0.52
getMethod · 0.52
readEntryFunction · 0.52
startFunction · 0.52
runSoakFunction · 0.52