MCPcopy Create free account
hub / github.com/KDE/kdevelop / location

Method location

kdevplatform/vcs/widgets/standardvcslocationwidget.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44VcsLocation StandardVcsLocationWidget::location() const
45{
46 VcsLocation v(m_urlWidget->url());
47 return v;
48}
49
50bool StandardVcsLocationWidget::isCorrect() const
51{

Callers 2

testCopyConstructorMethod · 0.45
testAssignOperatorMethod · 0.45

Calls 1

urlMethod · 0.45

Tested by 2

testCopyConstructorMethod · 0.36
testAssignOperatorMethod · 0.36