| 76 | return StringRef(format("f/%016llx/m/", feed)); |
| 77 | } |
| 78 | Key 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 |
| 82 | Key keyForFeedLatestMessage(uint64_t feed) { |
| 83 | return StringRef(format("f/%016llx/latestMessID", feed)); |
no test coverage detected