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

Method destination

plugins/appwizard/projectvcspage.cpp:131–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131KDevelop::VcsLocation ProjectVcsPage::destination() const
132{
133 if (!m_currentImportWidget) {
134 return KDevelop::VcsLocation();
135 }
136
137 return m_currentImportWidget->destination();
138}
139
140
141bool ProjectVcsPage::shouldContinue()

Callers 1

appInfoMethod · 0.45

Calls 1

VcsLocationClass · 0.70

Tested by

no test coverage detected