Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ source
Method
source
plugins/appwizard/projectvcspage.cpp:122–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
QUrl ProjectVcsPage::source() const
123
{
124
if (!m_currentImportWidget) {
125
return QUrl();
126
}
127
128
return m_currentImportWidget->source();
129
}
130
131
KDevelop::VcsLocation ProjectVcsPage::destination() const
132
{
Callers
1
appInfo
Method · 0.45
Calls
1
QUrl
Class · 0.70
Tested by
no test coverage detected