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

Method constructor

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

Source from the content-addressed store, hash-verified

555 readonly #ws: Workspace;
556
557 constructor(ws: Workspace) {
558 super();
559 this.#ws = ws;
560 trackStub(this);
561 }
562
563 [Symbol.dispose](): void {
564 untrackStub(this);

Callers

nothing calls this directly

Calls 1

trackStubFunction · 0.90

Tested by

no test coverage detected