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