MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isBetaTracingEnabled

Function isBetaTracingEnabled

src/utils/telemetry/betaSessionTracing.ts:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22export function clearBetaTracingState(): void {}
23
24export function isBetaTracingEnabled(): boolean {
25 return false
26}
27
28export function truncateContent(
29 content: string,

Callers 4

executeHooksFunction · 0.85
queryModelFunction · 0.85
logAPISuccessAndDurationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected