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

Method pushOp

lib/script/script.js:2667–2669  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2665 }
2666
2667 pushOp(value) {
2668 return this.push(Opcode.fromOp(value));
2669 }
2670
2671 unshiftOp(value) {
2672 return this.unshift(Opcode.fromOp(value));

Callers 5

fromMultisigMethod · 0.95
fromNulldataMethod · 0.95
fromCommitmentMethod · 0.95
mempool-test.jsFile · 0.80
chain-test.jsFile · 0.80

Calls 2

pushMethod · 0.95
fromOpMethod · 0.80

Tested by

no test coverage detected