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

Function keyForFeedMessage

fdbserver/pubsub.actor.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return StringRef(format("f/%016llx/subscCnt", feed));
71}
72Key keyForFeedMessage(uint64_t feed, uint64_t message) {
73 return StringRef(format("f/%016llx/m/%016llx", feed, message));
74}
75Key keyForFeedMessagePrefix(uint64_t feed) {
76 return StringRef(format("f/%016llx/m/", feed));
77}

Calls 2

StringRefClass · 0.50
formatFunction · 0.50

Tested by

no test coverage detected