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

Method init

KeyFinderLib/KeyFinder.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void KeyFinder::init()
136{
137 Logger::log(LogLevel::Info, "Initializing " + _device->getDeviceName());
138
139 _device->init(_startKey, _compression, _stride);
140}
141
142
143void KeyFinder::stop()

Callers 1

runFunction · 0.45

Calls 1

getDeviceNameMethod · 0.45

Tested by

no test coverage detected