Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushInt
Method
pushInt
lib/script/script.js:2916–2918 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
2914
}
2915
2916
pushInt(num) {
2917
return
this.push(Opcode.fromInt(num));
2918
}
2919
2920
unshiftInt(num) {
2921
return
this.unshift(Opcode.fromInt(num));
Callers
1
execute
Method · 0.45
Calls
2
push
Method · 0.95
fromInt
Method · 0.45
Tested by
no test coverage detected