MCPcopy 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
98Key keyForDisptchEntry(uint64_t message) {
99 return StringRef(format("d/%016llx", message));
100}
101
102PubSub::PubSub(Database _cx) : cx(_cx) {}
103

Calls 2

StringRefClass · 0.50
formatFunction · 0.50

Tested by

no test coverage detected