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

Function toStringOrNull

common/src/util/analytics-log.ts:20–21  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

18const analyticsEvents = new Set<AnalyticsEvent>(Object.values(AnalyticsEvent))
19
20const toStringOrNull = (value: unknown): string | null =>
21 typeof value === 'string' ? value : null
22
23const getUserId = (
24 record: AnalyticsLogData,

Callers 1

getUserIdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected