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