MCPcopy Create free account
hub / github.com/CashScript/cashscript / zeroes

Function zeroes

packages/utils/test/fingerprint.test.ts:14–14  ·  view source on GitHub ↗
(length: number)

Source from the content-addressed store, hash-verified

12);
13
14const zeroes = (length: number): Uint8Array => new Uint8Array(length);
15
16describe('fingerprint utils', () => {
17 describe('isPushOpcode()', () => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected