Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ unshiftNum
Method
unshiftNum
lib/script/stack.js:413–415 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
411
}
412
413
unshiftNum(num) {
414
return
this.unshift(Stack.fromNum(num));
415
}
416
417
insertNum(index, num) {
418
return
this.insert(index, Stack.fromNum(num));
Callers
nothing calls this directly
Calls
2
unshift
Method · 0.95
fromNum
Method · 0.45
Tested by
no test coverage detected