Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ testDefaultConstructor
Method
testDefaultConstructor
kdevplatform/vcs/tests/test_vcslocation.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void TestVcsLocation::testDefaultConstructor()
52
{
53
const VcsLocation location;
54
55
QCOMPARE(location.isValid(), false);
56
}
57
58
void TestVcsLocation::testLocalUrlConstructor()
59
{
Callers
nothing calls this directly
Calls
1
isValid
Method · 0.45
Tested by
no test coverage detected