MCPcopy Create free account
hub / github.com/KDE/kdevelop / setTemplateIdentifiers

Method setTemplateIdentifiers

kdevplatform/language/duchain/identifier.cpp:593–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593void Identifier::setTemplateIdentifiers(const QList<IndexedTypeIdentifier>& templateIdentifiers)
594{
595 prepareWrite();
596 dd->templateIdentifiersList.clear();
597 for (const IndexedTypeIdentifier& id : templateIdentifiers) {
598 dd->templateIdentifiersList.append(id);
599 }
600}
601
602QString Identifier::toString(IdentifierStringFormattingOptions options) const
603{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected