Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
327
QString 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
check
Method · 0.80
Calls
2
lock
Method · 0.80
unlock
Method · 0.80
Tested by
no test coverage detected