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