Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageLeay/celestial-runtime
/ zeroPadBytes
Function
zeroPadBytes
lib.esm/utils/data.js:167–169 ·
view source on GitHub ↗
(data, length)
Source
from the content-addressed store, hash-verified
165
* (e.g. ``bytes16``).
166
*/
167
export
function
zeroPadBytes(data, length) {
168
return
zeroPad(data, length, false);
169
}
170
//# sourceMappingURL=data.js.map
Callers
6
encodeBytes32String
Function · 0.90
encodeTopic
Method · 0.90
_pack
Function · 0.90
encodeBytes32String
Function · 0.90
encodeTopic
Method · 0.90
_pack
Function · 0.90
Calls
1
zeroPad
Function · 0.70
Tested by
no test coverage detected