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

Function keyForFeedWatcher

fdbserver/pubsub.actor.cpp:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 return StringRef(format("f/%016llx/watchers/", feed));
87}
88Key keyForFeedWatcher(uint64_t feed, uint64_t inbox) {
89 return StringRef(format("f/%016llx/watchers/%016llx", feed, inbox));
90}
91
92Standalone<StringRef> messagePrefix(LiteralStringRef("m/"));
93

Calls 2

StringRefClass · 0.50
formatFunction · 0.50

Tested by

no test coverage detected