MCPcopy Create free account
hub / github.com/bcoin-org/bcoin / shift

Method shift

lib/script/script.js:2583–2586  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2581 }
2582
2583 shift() {
2584 const op = this.code.shift();
2585 return op || null;
2586 }
2587
2588 remove(index) {
2589 if (index < 0)

Callers 9

shiftOpMethod · 0.95
shiftDataMethod · 0.95
shiftPushMethod · 0.95
shiftStringMethod · 0.95
shiftSmallMethod · 0.95
shiftNumMethod · 0.95
shiftIntMethod · 0.95
shiftBoolMethod · 0.95
shiftSymMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected