Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ hasValidData
Method
hasValidData
plugins/subversion/svnimportmetadatawidget.cpp:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
bool SvnImportMetadataWidget::hasValidData() const
72
{
73
return !m_ui->message->toPlainText().isEmpty() && !m_ui->srcEdit->text().isEmpty();
74
}
75
76
#include
"moc_svnimportmetadatawidget.cpp"
Callers
1
shouldContinue
Method · 0.45
Calls
2
isEmpty
Method · 0.45
text
Method · 0.45
Tested by
no test coverage detected