| 21 | constexpr BlockServicesCacheKey BLOCK_SERVICE_KEY = BlockServicesCacheKey::BLOCK_SERVICE; |
| 22 | |
| 23 | inline rocksdb::Slice blockServicesCacheKey(const BlockServicesCacheKey* k) { |
| 24 | ALWAYS_ASSERT(*k != BLOCK_SERVICE_KEY); |
| 25 | return rocksdb::Slice((const char*)k, sizeof(*k)); |
| 26 | } |
| 27 | |
| 28 | struct BlockServiceInfoShortBody { |
| 29 | FIELDS( |
no outgoing calls
no test coverage detected