Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
pop
Method · 0.95
toNum
Method · 0.45
Tested by
no test coverage detected