Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ testRootPath
Method
testRootPath
tests/selflocatortest.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
static void testRootPath()
36
{
37
qDebug() << Paths::rootPath();
38
QVERIFY(!Paths::rootPath().isEmpty());
39
}
40
};
41
42
QTEST_MAIN(SelfLocatorTest)
Callers
nothing calls this directly
Calls
2
rootPath
Function · 0.85
isEmpty
Method · 0.45
Tested by
no test coverage detected