MCPcopy
hub / github.com/bcoin-org/bcoin / popNum

Method popNum

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

Source from the content-addressed store, hash-verified

2855 }
2856
2857 popNum(minimal, limit) {
2858 const op = this.pop();
2859 return op ? op.toNum(minimal, limit) : null;
2860 }
2861
2862 shiftNum(minimal, limit) {
2863 const op = this.shift();

Callers

nothing calls this directly

Calls 2

popMethod · 0.95
toNumMethod · 0.45

Tested by

no test coverage detected