MCPcopy 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

execMethod · 0.80
getExecMethod · 0.80
killExecMethod · 0.80
disposeExecMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected