Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
const
zeroes = (length: number): Uint8Array =>
new
Uint8Array(length);
15
16
describe(
'fingerprint utils'
, () => {
17
describe(
'isPushOpcode()'
, () => {
Callers
1
fingerprint.test.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected