MCPcopy 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 */
167export function zeroPadBytes(data, length) {
168 return zeroPad(data, length, false);
169}
170//# sourceMappingURL=data.js.map

Callers 6

encodeBytes32StringFunction · 0.90
encodeTopicMethod · 0.90
_packFunction · 0.90
encodeBytes32StringFunction · 0.90
encodeTopicMethod · 0.90
_packFunction · 0.90

Calls 1

zeroPadFunction · 0.70

Tested by

no test coverage detected