Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PageLeay/celestial-runtime
/ zeroPadBytes
Function
zeroPadBytes
src.ts/utils/data.ts:197–199 ·
view source on GitHub ↗
(data: BytesLike, length: number)
Source
from the content-addressed store, hash-verified
195
* (e.g. ``bytes16``).
196
*/
197
export
function
zeroPadBytes(data: BytesLike, length: number): string {
198
return
zeroPad(data, length, false);
199
}
Callers
nothing calls this directly
Calls
1
zeroPad
Function · 0.70
Tested by
no test coverage detected