MCPcopy Index your code
hub / github.com/bcoin-org/bcoin / getNum

Method getNum

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

Source from the content-addressed store, hash-verified

2850 */
2851
2852 getNum(index, minimal, limit) {
2853 const op = this.get(index);
2854 return op ? op.toNum(minimal, limit) : null;
2855 }
2856
2857 popNum(minimal, limit) {
2858 const op = this.pop();

Callers 1

executeMethod · 0.45

Calls 2

getMethod · 0.95
toNumMethod · 0.45

Tested by

no test coverage detected