MCPcopy Create free account
hub / github.com/apple/foundationdb / keyForMessage

Function keyForMessage

fdbserver/pubsub.actor.cpp:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92Standalone<StringRef> messagePrefix(LiteralStringRef("m/"));
93
94Key keyForMessage(uint64_t message) {
95 return StringRef(format("m/%016llx", message));
96}
97
98Key keyForDisptchEntry(uint64_t message) {
99 return StringRef(format("d/%016llx", message));

Callers 3

pubsub.actor.cppFile · 0.85

Calls 2

StringRefClass · 0.50
formatFunction · 0.50

Tested by

no test coverage detected