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

Function keyForFeedMessageCount

fdbserver/pubsub.actor.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 return StringRef(format("f/%016llx/m/", feed));
77}
78Key keyForFeedMessageCount(uint64_t feed) {
79 return StringRef(format("f/%016llx/messCount", feed));
80}
81// the following should go at some point: change over to range query of count 1 from feed message list
82Key keyForFeedLatestMessage(uint64_t feed) {
83 return StringRef(format("f/%016llx/latestMessID", feed));

Callers 2

pubsub.actor.cppFile · 0.85

Calls 2

StringRefClass · 0.50
formatFunction · 0.50

Tested by

no test coverage detected