MCPcopy Create free account
hub / github.com/garrytan/gstack / _resetTelemetryCache

Function _resetTelemetryCache

browse/src/telemetry.ts:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76/** Test-only: reset cached state. */
77export function _resetTelemetryCache(): void {
78 telemetryDisabled = null;
79 lastEnsuredDir = null;
80}

Callers 1

telemetry.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected