| 1416 | } |
| 1417 | |
| 1418 | const HighsHashTableEntry<K, V>* find_common( |
| 1419 | const HighsHashTree<K, V>& other) const { |
| 1420 | return find_common_recurse(root, other.root, 0); |
| 1421 | } |
| 1422 | |
| 1423 | bool empty() const { return root.getType() == kEmpty; } |
| 1424 |
no outgoing calls
no test coverage detected