MCPcopy
hub / github.com/codeaashu/claude-code / isTelemetryDisabled

Function isTelemetryDisabled

src/utils/privacyLevel.ts:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 * True at both `no-telemetry` and `essential-traffic` levels.
41 */
42export function isTelemetryDisabled(): boolean {
43 return getPrivacyLevel() !== 'default'
44}
45
46/**
47 * Returns the env var name responsible for the current essential-traffic restriction,

Callers 2

isAnalyticsDisabledFunction · 0.85
isFeedbackSurveyDisabledFunction · 0.85

Calls 1

getPrivacyLevelFunction · 0.85

Tested by

no test coverage detected