| 146 | } |
| 147 | |
| 148 | void KeyFinder::removeTargetFromList(const unsigned int hash[5]) |
| 149 | { |
| 150 | KeySearchTarget t(hash); |
| 151 | |
| 152 | _targets.erase(t); |
| 153 | } |
| 154 | |
| 155 | bool KeyFinder::isTargetInList(const unsigned int hash[5]) |
| 156 | { |
nothing calls this directly
no outgoing calls
no test coverage detected