Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ setFileContents
Method
setFileContents
kdevplatform/tests/testfile.cpp:189–194 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
void TestFile::setFileContents(const QString& contents)
190
{
191
Q_D(TestFile);
192
193
d->setFileContents(contents);
194
}
195
196
QString TestFile::fileContents() const
197
{
Callers
4
testReparse
Method · 0.45
testReparseError
Method · 0.45
testSizeAlignOfUpdate
Method · 0.45
testBitWidthUpdate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected