Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ pushNum
Method
pushNum
lib/script/script.js:2876–2878 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
2874
}
2875
2876
pushNum(num) {
2877
return
this.push(Opcode.fromNum(num));
2878
}
2879
2880
unshiftNum(num) {
2881
return
this.unshift(Opcode.fromNum(num));
Callers
1
execute
Method · 0.45
Calls
2
push
Method · 0.95
fromNum
Method · 0.45
Tested by
no test coverage detected