Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ reportDelivery
Function
reportDelivery
src/bridge/replBridgeTransport.ts:336–338 ·
view source on GitHub ↗
(eventId, status)
Source
from the content-addressed store, hash-verified
334
ccr.reportMetadata(metadata)
335
},
336
reportDelivery(eventId, status) {
337
ccr.reportDelivery(eventId, status)
338
},
339
flush() {
340
return
ccr.flush()
341
},
Callers
nothing calls this directly
Calls
1
reportDelivery
Method · 0.80
Tested by
no test coverage detected