| 92 | Standalone<StringRef> messagePrefix(LiteralStringRef("m/")); |
| 93 | |
| 94 | Key keyForMessage(uint64_t message) { |
| 95 | return StringRef(format("m/%016llx", message)); |
| 96 | } |
| 97 | |
| 98 | Key keyForDisptchEntry(uint64_t message) { |
| 99 | return StringRef(format("d/%016llx", message)); |
no test coverage detected