Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
58
export
interface
SyncRetryScheduler {
59
get(backend: string): Promise<SyncRetryIntent | undefined>;
60
schedule(intent: SyncRetryIntent): Promise<void>;
61
clear(backend: string): Promise<void>;
62
}
Callers
15
syncVfsPathToDisk
Function · 0.65
reconcileDiskToVfs
Function · 0.65
request
Function · 0.65
get
Function · 0.65
runner.test.ts
File · 0.65
exec
Method · 0.65
get
Method · 0.65
kill
Method · 0.65
dispose
Method · 0.65
openFileHandle
Function · 0.65
releaseFileHandle
Function · 0.65
updateMeta
Function · 0.65
Implementers
1
MemoryRetryScheduler
packages/computer/src/retry.test.ts
Calls
no outgoing calls
Tested by
5
request
Function · 0.52
get
Method · 0.52
readEntry
Function · 0.52
start
Function · 0.52
runSoak
Function · 0.52