Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isInvalid
Function
isInvalid
lib/analyzer.h:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
bool isInvalid() const {
78
return get(Invalid);
79
}
80
81
bool isInconclusive() const {
82
return get(Inconclusive);
Callers
1
isModified
Function · 0.85
Calls
1
get
Function · 0.70
Tested by
no test coverage detected