Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ empty
Method
empty
lib/infer.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
bool empty() const {
95
return minvalue.empty() && maxvalue.empty();
96
}
97
98
bool isScalarOrEmpty() const {
99
return empty() || isScalar();
Callers
6
isLessThan
Method · 0.45
isGreaterThan
Method · 0.45
apply
Method · 0.45
operator-
Method · 0.45
compare
Method · 0.45
infer
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected