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

Method removeSmall

lib/script/script.js:2827–2830  ·  view source on GitHub ↗
(index)

Source from the content-addressed store, hash-verified

2825 }
2826
2827 removeSmall(index) {
2828 const op = this.remove(index);
2829 return op ? op.toSmall() : -1;
2830 }
2831
2832 setSmall(index, num) {
2833 return this.set(index, Opcode.fromSmall(num));

Callers

nothing calls this directly

Calls 2

removeMethod · 0.95
toSmallMethod · 0.80

Tested by

no test coverage detected