Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushOp
Method
pushOp
lib/script/script.js:2667–2669 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
2665
}
2666
2667
pushOp(value) {
2668
return
this.push(Opcode.fromOp(value));
2669
}
2670
2671
unshiftOp(value) {
2672
return
this.unshift(Opcode.fromOp(value));
Callers
5
fromMultisig
Method · 0.95
fromNulldata
Method · 0.95
fromCommitment
Method · 0.95
mempool-test.js
File · 0.80
chain-test.js
File · 0.80
Calls
2
push
Method · 0.95
fromOp
Method · 0.80
Tested by
no test coverage detected