MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / loadLogger

Function loadLogger

cli/src/utils/analytics.ts:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 | null = null
80
81const loadLogger = () => {
82 if (!loggerModulePromise) {
83 loggerModulePromise = import('./logger')
84 }
85 return loggerModulePromise
86}
87
88function logAnalyticsDebug(message: string, data: Record<string, unknown>) {
89 if (!DEBUG_ANALYTICS) {

Callers 1

logAnalyticsDebugFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected