MCPcopy Create free account
hub / github.com/MaskRay/ccls / getEmptyKey

Method getEmptyKey

src/query.hh:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127struct DenseMapInfoForUsr {
128 static inline Usr getEmptyKey() { return 0; }
129 static inline Usr getTombstoneKey() { return ~0ULL; }
130 static unsigned getHashValue(Usr w) { return w; }
131 static bool isEqual(Usr l, Usr r) { return l == r; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected