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

Method constructor

packages/computer/src/stub.ts:453–457  ·  view source on GitHub ↗
(ws: Workspace)

Source from the content-addressed store, hash-verified

451 readonly #ws: Workspace;
452
453 constructor(ws: Workspace) {
454 super();
455 this.#ws = ws;
456 trackStub(this);
457 }
458
459 [Symbol.dispose](): void {
460 untrackStub(this);

Callers

nothing calls this directly

Calls 1

trackStubFunction · 0.90

Tested by

no test coverage detected