MCPcopy Create free account
hub / github.com/Marus/cortex-debug / deactivate

Function deactivate

src/reporting.ts:69–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67}
68
69function deactivate() {
70 if (!telemetryEnabled()) { return; }
71}
72
73function sendEvent(category: string, action: string, label?: string, value?: number, options: { [key: string]: string } = {}) {
74 if (!telemetryEnabled()) { return; }

Callers

nothing calls this directly

Calls 1

telemetryEnabledFunction · 0.85

Tested by

no test coverage detected