MCPcopy
hub / github.com/Fission-AI/OpenSpec / getTelemetryConfig

Function getTelemetryConfig

src/telemetry/config.ts:169–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

167 * Get the telemetry config section.
168 */
169export async function getTelemetryConfig(): Promise<TelemetryConfig> {
170 const config = await readConfig();
171 return config.telemetry ?? {};
172}
173
174/**
175 * Update the telemetry config section.

Callers 4

config.test.tsFile · 0.85
getOrCreateAnonymousIdFunction · 0.85
maybeShowTelemetryNoticeFunction · 0.85
updateTelemetryConfigFunction · 0.85

Calls 1

readConfigFunction · 0.85

Tested by

no test coverage detected