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

Method unshift

lib/script/script.js:2621–2625  ·  view source on GitHub ↗
(op)

Source from the content-addressed store, hash-verified

2619 }
2620
2621 unshift(op) {
2622 assert(Opcode.isOpcode(op));
2623 this.code.unshift(op);
2624 return this;
2625 }
2626
2627 insert(index, op) {
2628 if (index < 0)

Callers 9

unshiftOpMethod · 0.95
unshiftDataMethod · 0.95
unshiftPushMethod · 0.95
unshiftStringMethod · 0.95
unshiftSmallMethod · 0.95
unshiftNumMethod · 0.95
unshiftIntMethod · 0.95
unshiftBoolMethod · 0.95
unshiftSymMethod · 0.95

Calls 1

isOpcodeMethod · 0.80

Tested by

no test coverage detected