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

Method pushNum

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

Source from the content-addressed store, hash-verified

2874 }
2875
2876 pushNum(num) {
2877 return this.push(Opcode.fromNum(num));
2878 }
2879
2880 unshiftNum(num) {
2881 return this.unshift(Opcode.fromNum(num));

Callers 1

executeMethod · 0.45

Calls 2

pushMethod · 0.95
fromNumMethod · 0.45

Tested by

no test coverage detected