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

Method stub

packages/computer/src/workspace.ts:531–533  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529 // method). The stub is a lazy RpcTarget — it doesn't own any
530 // resources itself; it just delegates back to this workspace.
531 stub(): WorkspaceStub {
532 return new WorkspaceStub(this);
533 }
534
535 // Sync the local store with a configured backend.
536 //

Callers 8

stub.test.tsFile · 0.45
client.test.tsFile · 0.45
workspace.test.tsFile · 0.45
__getWorkspaceStubMethod · 0.45
entrypoint.test.tsFile · 0.45
getWorkspaceMethod · 0.45
getWorkspaceMethod · 0.45
__getWorkspaceStubMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected