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

Method removeNum

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

Source from the content-addressed store, hash-verified

2865 }
2866
2867 removeNum(index, minimal, limit) {
2868 const op = this.remove(index);
2869 return op ? op.toNum(minimal, limit) : null;
2870 }
2871
2872 setNum(index, num) {
2873 return this.set(index, Opcode.fromNum(num));

Callers

nothing calls this directly

Calls 2

removeMethod · 0.95
toNumMethod · 0.45

Tested by

no test coverage detected