| 153 | } |
| 154 | |
| 155 | bool KeyFinder::isTargetInList(const unsigned int hash[5]) |
| 156 | { |
| 157 | KeySearchTarget t(hash); |
| 158 | return _targets.find(t) != _targets.end(); |
| 159 | } |
| 160 | |
| 161 | |
| 162 | void KeyFinder::run() |
nothing calls this directly
no outgoing calls
no test coverage detected