MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / getPathToCheck

Method getPathToCheck

src/qt/intro.cpp:327–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325}
326
327QString Intro::getPathToCheck()
328{
329 QString retval;
330 mutex.lock();
331 retval = pathToCheck;
332 signalled = false; /* new request can be queued now */
333 mutex.unlock();
334 return retval;
335}

Callers 1

checkMethod · 0.80

Calls 2

lockMethod · 0.80
unlockMethod · 0.80

Tested by

no test coverage detected