Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ isScalarOrEmpty
Method
isScalarOrEmpty
lib/infer.cpp:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
bool isScalarOrEmpty() const {
99
return empty() || isScalar();
100
}
101
102
MathLib::bigint getScalar() const
103
{
Callers
1
infer
Function · 0.80
Calls
1
empty
Function · 0.85
Tested by
no test coverage detected