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

Method text

kdevplatform/language/codegen/coderepresentation.cpp:396–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396QString InsertArtificialCodeRepresentation::text() const
397{
398 Q_ASSERT(artificialStrings.contains(m_file));
399 return artificialStrings[m_file]->data();
400}
401}

Callers 14

setHighlightedMethod · 0.45
readContentsMethod · 0.45
newNameForDeclarationMethod · 0.45
textMethod · 0.45
replaceMethod · 0.45
rangeTextMethod · 0.45
readEntryMethod · 0.45
templateIndexesMethod · 0.45
applyAllChangesMethod · 0.45
generateNewTextMethod · 0.45
textChangedMethod · 0.45

Calls 2

containsMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected