Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ push
Method
push
lib/script/script.js:2615–2619 ·
view source on GitHub ↗
(op)
Source
from the content-addressed store, hash-verified
2613
}
2614
2615
push(op) {
2616
assert(Opcode.isOpcode(op));
2617
this.code.push(op);
2618
return
this;
2619
}
2620
2621
unshift(op) {
2622
assert(Opcode.isOpcode(op));
Callers
15
fromArray
Method · 0.95
pushOp
Method · 0.95
pushData
Method · 0.95
pushPush
Method · 0.95
pushString
Method · 0.95
pushSmall
Method · 0.95
pushNum
Method · 0.95
pushInt
Method · 0.95
pushBool
Method · 0.95
pushSym
Method · 0.95
toItems
Method · 0.45
toString
Method · 0.45
Calls
1
isOpcode
Method · 0.80
Tested by
no test coverage detected