MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / getErrorPathItem

Method getErrorPathItem

gui/resultitem.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 bool hidden{};
34
35 QErrorPathItem getErrorPathItem() const {
36 if (!errorItem || mErrorPathIndex < 0 || mErrorPathIndex >= errorItem->errorPath.size())
37 return {};
38 return errorItem->errorPath[mErrorPathIndex];
39 }
40
41 Type getType() const {
42 return mType;

Callers 9

clearRecheckFileMethod · 0.80
startApplicationMethod · 0.80
copyMethod · 0.80
recheckSelectedFilesMethod · 0.80
openContainingFolderMethod · 0.80
refreshFilePathsMethod · 0.80
updateDetailsMethod · 0.80
multiLineResultMethod · 0.80
resultsInSameFileMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 2

multiLineResultMethod · 0.64
resultsInSameFileMethod · 0.64