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

Function keyForInboxSubscriptionCount

fdbserver/pubsub.actor.cpp:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 return StringRef(format("i/%016llx/subs/%016llx", inbox, feed));
40}
41Key keyForInboxSubscriptionCount(uint64_t inbox) {
42 return StringRef(format("i/%016llx/subsCnt", inbox));
43}
44Key keyForInboxStalePrefix(uint64_t inbox) {
45 return StringRef(format("i/%016llx/stale/", inbox));
46}

Calls 2

StringRefClass · 0.50
formatFunction · 0.50

Tested by

no test coverage detected