MCPcopy
hub / github.com/bcoin-org/bcoin / unshiftInt

Method unshiftInt

lib/script/stack.js:453–455  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

451 }
452
453 unshiftInt(num) {
454 return this.unshift(Stack.fromInt(num));
455 }
456
457 insertInt(index, num) {
458 return this.insert(index, Stack.fromInt(num));

Callers

nothing calls this directly

Calls 2

unshiftMethod · 0.95
fromIntMethod · 0.45

Tested by

no test coverage detected