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

Method getPathToCheck

src/qt/intro.cpp:287–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287QString Intro::getPathToCheck()
288{
289 QString retval;
290 mutex.lock();
291 retval = pathToCheck;
292 signalled = false; /* new request can be queued now */
293 mutex.unlock();
294 return retval;
295}
296
297void Intro::UpdatePruneLabels(bool prune_checked)
298{

Callers 1

checkMethod · 0.80

Calls 2

lockMethod · 0.80
unlockMethod · 0.80

Tested by

no test coverage detected