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

Method removeInt

lib/script/script.js:2907–2910  ·  view source on GitHub ↗
(index, minimal, limit)

Source from the content-addressed store, hash-verified

2905 }
2906
2907 removeInt(index, minimal, limit) {
2908 const op = this.remove(index);
2909 return op ? op.toInt(minimal, limit) : -1;
2910 }
2911
2912 setInt(index, num) {
2913 return this.set(index, Opcode.fromInt(num));

Callers

nothing calls this directly

Calls 2

removeMethod · 0.95
toIntMethod · 0.45

Tested by

no test coverage detected