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

Method unshiftOp

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

Source from the content-addressed store, hash-verified

2669 }
2670
2671 unshiftOp(value) {
2672 return this.unshift(Opcode.fromOp(value));
2673 }
2674
2675 insertOp(index, value) {
2676 return this.insert(index, Opcode.fromOp(value));

Callers

nothing calls this directly

Calls 2

unshiftMethod · 0.95
fromOpMethod · 0.80

Tested by

no test coverage detected