| 369 | const KeyRef storageCachePrefix = storageCacheKeys.begin; |
| 370 | |
| 371 | const Key storageCacheKey(const KeyRef& k) { |
| 372 | return k.withPrefix(storageCachePrefix); |
| 373 | } |
| 374 | |
| 375 | const Value storageCacheValue(const std::vector<uint16_t>& serverIndices) { |
| 376 | BinaryWriter wr((IncludeVersion(ProtocolVersion::withStorageCacheValue()))); |
no test coverage detected