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