Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushInt
Method
pushInt
lib/script/stack.js:449–451 ·
view source on GitHub ↗
(num)
Source
from the content-addressed store, hash-verified
447
}
448
449
pushInt(num) {
450
return
this.push(Stack.fromInt(num));
451
}
452
453
unshiftInt(num) {
454
return
this.unshift(Stack.fromInt(num));
Callers
5
scriptVector
Method · 0.95
createCoinbase
Method · 0.45
signVector
Method · 0.45
chain-test.js
File · 0.45
createGenesisBlock
Function · 0.45
Calls
2
push
Method · 0.95
fromInt
Method · 0.45
Tested by
no test coverage detected