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

Function enableStubTracking

packages/rpc/src/debug.ts:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31// Force tracking on. Useful for workerd-based tests where the env
32// var doesn't reach process.env or globalThis. Idempotent.
33export function enableStubTracking(): void {
34 trackingEnabled = true;
35}
36
37const counters = new Map<string, number>();
38

Callers 2

stub.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected