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

Function isStubTrackingEnabled

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

Source from the content-addressed store, hash-verified

63// enableStubTracking() was called). Useful for skipping diagnostic
64// surfaces when tracking is off.
65export function isStubTrackingEnabled(): boolean {
66 return trackingEnabled;
67}

Callers 1

createHTTPServerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected