Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ sequence
Function
sequence
test/libsolutil/SwarmHash.cpp:49–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
bytes sequence(size_t _length)
50
{
51
bytes data;
52
for (size_t i = 0; i < _length; i++)
53
data.push_back(uint8_t((i % 255) & 0xff));
54
return data;
55
}
56
57
}
58
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected