Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ operator>>
Function
operator>>
lib/mathlib.cpp:1368–1371 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1366
}
1367
1368
MathLib::value operator>>(const MathLib::value &v1, const MathLib::value &v2)
1369
{
1370
return v1.shiftRight(v2);
1371
}
Callers
nothing calls this directly
Calls
1
shiftRight
Method · 0.80
Tested by
no test coverage detected