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

Method shiftNum

lib/script/script.js:2862–2865  ·  view source on GitHub ↗
(minimal, limit)

Source from the content-addressed store, hash-verified

2860 }
2861
2862 shiftNum(minimal, limit) {
2863 const op = this.shift();
2864 return op ? op.toNum(minimal, limit) : null;
2865 }
2866
2867 removeNum(index, minimal, limit) {
2868 const op = this.remove(index);

Callers

nothing calls this directly

Calls 2

shiftMethod · 0.95
toNumMethod · 0.45

Tested by

no test coverage detected