Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ roundTo32
Function
roundTo32
test/libsolidity/SolidityEndToEndTest.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
unsigned constexpr roundTo32(unsigned _num)
118
{
119
return (_num + 31) / 32 * 32;
120
}
121
122
BOOST_AUTO_TEST_CASE(exp_operator)
123
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected