Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ open
Method
open
gui/report.cpp:44–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
bool Report::open()
45
{
46
bool succeed = false;
47
if (!mFile.isOpen()) {
48
mFile.setFileName(mFilename);
49
succeed = mFile.open(QIODevice::ReadOnly | QIODevice::Text);
50
}
51
return succeed;
52
}
53
54
void Report::close()
55
{
Callers
15
analyzeFile
Method · 0.45
reopen
Method · 0.45
openPlist
Method · 0.45
createDumpFile
Function · 0.45
addFilesToList
Function · 0.45
updateFromOldReport
Method · 0.45
needsReCheck
Method · 0.45
determineVersion
Method · 0.45
numberOfReports
Function · 0.45
saveStatistics
Method · 0.45
readErrorsXml
Method · 0.45
updateDetails
Method · 0.45
Calls
1
setFileName
Method · 0.45
Tested by
4
loadCfgFile
Method · 0.36
saveCfgFile
Method · 0.36
getAddonFilePath
Method · 0.36
readXml
Method · 0.36