MCPcopy Create free account
hub / github.com/Noumena-Network/code / logEvent

Function logEvent

src/bridge/bridgeMessaging.test.ts:22–24  ·  view source on GitHub ↗
(eventName, metadata)

Source from the content-addressed store, hash-verified

20 _resetForTesting()
21 attachAnalyticsSink({
22 logEvent(eventName, metadata) {
23 analyticsEvents.push({ eventName, metadata })
24 },
25 async logEventAsync(eventName, metadata) {
26 analyticsEvents.push({ eventName, metadata })
27 },

Callers 15

onConnectTimeoutFunction · 0.70
wireTransportCallbacksFunction · 0.70
teardownFunction · 0.70
initEnvLessBridgeCoreFunction · 0.70
handleIngressMessageFunction · 0.70
logBridgeSkipFunction · 0.70
doRefreshFunction · 0.70
initBridgeCoreFunction · 0.70
doReconnectFunction · 0.70
wireTransportFunction · 0.70
teardownFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected