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

Method pushSmall

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

Source from the content-addressed store, hash-verified

2834 }
2835
2836 pushSmall(num) {
2837 return this.push(Opcode.fromSmall(num));
2838 }
2839
2840 unshiftSmall(num) {
2841 return this.unshift(Opcode.fromSmall(num));

Callers 1

fromMultisigMethod · 0.95

Calls 2

pushMethod · 0.95
fromSmallMethod · 0.80

Tested by

no test coverage detected