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

Method pushInt

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

Source from the content-addressed store, hash-verified

2914 }
2915
2916 pushInt(num) {
2917 return this.push(Opcode.fromInt(num));
2918 }
2919
2920 unshiftInt(num) {
2921 return this.unshift(Opcode.fromInt(num));

Callers 1

executeMethod · 0.45

Calls 2

pushMethod · 0.95
fromIntMethod · 0.45

Tested by

no test coverage detected