Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
396
QString InsertArtificialCodeRepresentation::text() const
397
{
398
Q_ASSERT(artificialStrings.contains(m_file));
399
return artificialStrings[m_file]->data();
400
}
401
}
Callers
14
setHighlighted
Method · 0.45
readContents
Method · 0.45
suggestedReparseDelayForChange
Method · 0.45
newNameForDeclaration
Method · 0.45
text
Method · 0.45
replace
Method · 0.45
rangeText
Method · 0.45
readEntry
Method · 0.45
templateIndexes
Method · 0.45
applyAllChanges
Method · 0.45
generateNewText
Method · 0.45
textChanged
Method · 0.45
Calls
2
contains
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected