Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ getWorkspace
Method
getWorkspace
packages/computer/tests/script-runner-worker.ts:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
getWorkspace(): WorkspaceStub {
73
return
this.#workspace.stub();
74
}
75
76
readFile(path: string) {
77
return
this.#workspace.fs.readFile(path,
"utf8"
);
Callers
nothing calls this directly
Calls
1
stub
Method · 0.45
Tested by
no test coverage detected