Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ shouldContinue
Method
shouldContinue
plugins/appwizard/projectvcspage.cpp:141–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
140
141
bool ProjectVcsPage::shouldContinue()
142
{
143
if (!m_currentImportWidget) {
144
return true;
145
}
146
147
return m_currentImportWidget->hasValidData();
148
}
149
150
#include
"moc_projectvcspage.cpp"
Callers
1
next
Method · 0.45
Calls
1
hasValidData
Method · 0.45
Tested by
no test coverage detected