Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ keyForDisptchEntry
Function
keyForDisptchEntry
fdbserver/pubsub.actor.cpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
Key keyForDisptchEntry(uint64_t message) {
99
return StringRef(format(
"d/%016llx"
, message));
100
}
101
102
PubSub::PubSub(Database _cx) : cx(_cx) {}
103
Callers
3
Future<uint64_t> _postMessage
Function · 0.85
pubsub.actor.cpp
File · 0.85
vector<Message>> _listInboxMessages
Method · 0.85
Calls
2
StringRef
Class · 0.50
format
Function · 0.50
Tested by
no test coverage detected