Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ isValid
Method
isValid
kdevplatform/language/codegen/sourcefiletemplate.cpp:209–214 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
bool SourceFileTemplate::isValid() const
210
{
211
Q_D(const SourceFileTemplate);
212
213
return d->archive;
214
}
215
216
QString SourceFileTemplate::name() const
217
{
Callers
15
addModification
Method · 0.45
setConditionRange
Method · 0.45
updateDocument
Method · 0.45
rowCount
Method · 0.45
data
Method · 0.45
hasChildren
Method · 0.45
index
Method · 0.45
parent
Method · 0.45
duObjectForIndex
Method · 0.45
executeRenameAction
Method · 0.45
renderFileTemplate
Method · 0.45
applyAllChanges
Method · 0.45
Calls
no outgoing calls
Tested by
1
loadTemplate
Method · 0.36