Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isInconclusive
Function
isInconclusive
lib/analyzer.h:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
}
80
81
bool isInconclusive() const {
82
return get(Inconclusive);
83
}
84
85
bool isNone() const {
86
return mFlag == None;
Callers
nothing calls this directly
Calls
1
get
Function · 0.70
Tested by
no test coverage detected