Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isScalar
Method
isScalar
lib/infer.cpp:90–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool isScalar() const {
91
return minvalue.size() == 1 && minvalue == maxvalue;
92
}
93
94
bool empty() const {
95
return minvalue.empty() && maxvalue.empty();
Callers
2
equal
Method · 0.80
infer
Function · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected