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

Method shiftSmall

lib/script/script.js:2822–2825  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2820 }
2821
2822 shiftSmall() {
2823 const op = this.shift();
2824 return op ? op.toSmall() : -1;
2825 }
2826
2827 removeSmall(index) {
2828 const op = this.remove(index);

Callers

nothing calls this directly

Calls 2

shiftMethod · 0.95
toSmallMethod · 0.80

Tested by

no test coverage detected