Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ shell
Method
shell
packages/rpc/src/server.ts:301–303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
return
this.#sync;
300
}
301
get shell(): ShellRPC {
302
return
this.#shell;
303
}
304
}
305
306
// Construct a SyncRPC bound to `db`. The carrier (HTTP server +
Callers
4
exec
Method · 0.80
getExec
Method · 0.80
killExec
Method · 0.80
disposeExec
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected