MCPcopy Create free account
hub / github.com/brichard19/BitCrack / removeTargetFromList

Method removeTargetFromList

KeyFinderLib/KeyFinder.cpp:148–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void KeyFinder::removeTargetFromList(const unsigned int hash[5])
149{
150 KeySearchTarget t(hash);
151
152 _targets.erase(t);
153}
154
155bool KeyFinder::isTargetInList(const unsigned int hash[5])
156{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected