MCPcopy Create free account
hub / github.com/codeaashu/claude-code / getBatchConfig

Function getBatchConfig

src/services/analytics/firstPartyEventLogger.ts:97–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 baseUrl?: string
96}
97function getBatchConfig(): BatchConfig {
98 return getDynamicConfig_CACHED_MAY_BE_STALE<BatchConfig>(
99 BATCH_CONFIG_NAME,
100 {},
101 )
102}
103
104// Module-local state for event logging (not exposed globally)
105let firstPartyEventLogger: ReturnType<typeof logs.getLogger> | null = null

Tested by

no test coverage detected