MCPcopy Index your code
hub / github.com/Noumena-Network/code / logEvent

Function logEvent

src/utils/processUserInput/processTextPrompt.test.ts:63–65  ·  view source on GitHub ↗
(eventName, metadata)

Source from the content-addressed store, hash-verified

61 resetAnalytics()
62 attachAnalyticsSink({
63 logEvent(eventName, metadata) {
64 analyticsEvents.push({ eventName, metadata })
65 },
66 async logEventAsync(eventName, metadata) {
67 analyticsEvents.push({ eventName, metadata })
68 },

Callers 15

processTextPromptFunction · 0.70
processSlashCommandFunction · 0.70
processUserInputBaseFunction · 0.70
processBashCommandFunction · 0.70
getMcpInstructionsDeltaFunction · 0.50
persistBinaryContentFunction · 0.50
getWorktreePathsFunction · 0.50
logFileOperationFunction · 0.50
fileHistoryTrackEditFunction · 0.50
fileHistoryMakeSnapshotFunction · 0.50
fileHistoryRewindFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected