Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getScalar
Method
getScalar
lib/infer.cpp:102–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
MathLib::bigint getScalar() const
103
{
104
assert(isScalar());
105
return minvalue.front();
106
}
107
108
std::vector<const ValueFlow::Value*> getScalarRef() const
109
{
Callers
1
infer
Function · 0.80
Calls
1
front
Method · 0.80
Tested by
no test coverage detected