Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ unshift
Method
unshift
lib/script/script.js:2621–2625 ·
view source on GitHub ↗
(op)
Source
from the content-addressed store, hash-verified
2619
}
2620
2621
unshift(op) {
2622
assert(Opcode.isOpcode(op));
2623
this.code.unshift(op);
2624
return
this;
2625
}
2626
2627
insert(index, op) {
2628
if
(index < 0)
Callers
9
unshiftOp
Method · 0.95
unshiftData
Method · 0.95
unshiftPush
Method · 0.95
unshiftString
Method · 0.95
unshiftSmall
Method · 0.95
unshiftNum
Method · 0.95
unshiftInt
Method · 0.95
unshiftBool
Method · 0.95
unshiftSym
Method · 0.95
Calls
1
isOpcode
Method · 0.80
Tested by
no test coverage detected