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

Class

packages/rpc/src/server.ts:229–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228}
229class ShellRPCServer extends RpcTarget implements ShellRPC {
230 constructor(private readonly runner: RunnerLike) {
231 super();
232 trackStub(this);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected