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

Method constructor

packages/rpc/src/server.ts:230–233  ·  view source on GitHub ↗
(private readonly runner: RunnerLike)

Source from the content-addressed store, hash-verified

228}
229class ShellRPCServer extends RpcTarget implements ShellRPC {
230 constructor(private readonly runner: RunnerLike) {
231 super();
232 trackStub(this);
233 }
234
235 [Symbol.dispose](): void {
236 untrackStub(this);

Callers

nothing calls this directly

Calls 1

trackStubFunction · 0.85

Tested by

no test coverage detected