Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ insertNum
Method
insertNum
lib/script/script.js:2884–2886 ·
view source on GitHub ↗
(index, num)
Source
from the content-addressed store, hash-verified
2882
}
2883
2884
insertNum(index, num) {
2885
return
this.insert(index, Opcode.fromNum(num));
2886
}
2887
2888
/*
2889
* Int
Callers
nothing calls this directly
Calls
2
insert
Method · 0.95
fromNum
Method · 0.45
Tested by
no test coverage detected