MCPcopy Index your code
hub / github.com/bcoin-org/bcoin / unshiftInt

Method unshiftInt

lib/script/script.js:2920–2922  ·  view source on GitHub ↗
(num)

Source from the content-addressed store, hash-verified

2918 }
2919
2920 unshiftInt(num) {
2921 return this.unshift(Opcode.fromInt(num));
2922 }
2923
2924 insertInt(index, num) {
2925 return this.insert(index, Opcode.fromInt(num));

Callers

nothing calls this directly

Calls 2

unshiftMethod · 0.95
fromIntMethod · 0.45

Tested by

no test coverage detected