| 204 | peer_node_id_map); |
| 205 | |
| 206 | static inline size_t dbid_hash(u64 dbid) |
| 207 | { |
| 208 | return siphash24(siphash_seed(), &dbid, sizeof(dbid)); |
| 209 | } |
| 210 | |
| 211 | static u64 peer_dbid(const struct peer *peer) |
| 212 | { |
nothing calls this directly
no test coverage detected