MCPcopy 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
209bool SourceFileTemplate::isValid() const
210{
211 Q_D(const SourceFileTemplate);
212
213 return d->archive;
214}
215
216QString SourceFileTemplate::name() const
217{

Callers 15

addModificationMethod · 0.45
setConditionRangeMethod · 0.45
updateDocumentMethod · 0.45
rowCountMethod · 0.45
dataMethod · 0.45
hasChildrenMethod · 0.45
indexMethod · 0.45
parentMethod · 0.45
duObjectForIndexMethod · 0.45
executeRenameActionMethod · 0.45
renderFileTemplateMethod · 0.45
applyAllChangesMethod · 0.45

Calls

no outgoing calls

Tested by 1

loadTemplateMethod · 0.36