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

Method popInt

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

Source from the content-addressed store, hash-verified

2895 }
2896
2897 popInt(minimal, limit) {
2898 const op = this.pop();
2899 return op ? op.toInt(minimal, limit) : -1;
2900 }
2901
2902 shiftInt(minimal, limit) {
2903 const op = this.shift();

Callers

nothing calls this directly

Calls 2

popMethod · 0.95
toIntMethod · 0.45

Tested by

no test coverage detected