MCPcopy Create free account
hub / github.com/ElementsProject/elements / checkPath

Method checkPath

src/qt/intro.cpp:353–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void Intro::checkPath(const QString &dataDir)
354{
355 mutex.lock();
356 pathToCheck = dataDir;
357 if(!signalled)
358 {
359 signalled = true;
360 Q_EMIT requestCheck();
361 }
362 mutex.unlock();
363}
364
365QString Intro::getPathToCheck()
366{

Callers

nothing calls this directly

Calls 2

lockMethod · 0.80
unlockMethod · 0.80

Tested by

no test coverage detected