MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / qHash

Function qHash

MiniZincIDE/highlighter.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75}
76
77uint qHash(const FixedBg& key) {
78 return qHash(key.sl) ^ qHash(key.sc) ^ qHash(key.el) ^ qHash(key.ec);
79}
80
81bool fg_contains(const FixedBg& a, const FixedBg& b) {
82 return (a.sl < b.sl || (a.sl == b.sl && a.sc <= b.sc))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected