Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcoin-org/bcoin
/ shift
Method
shift
lib/script/script.js:2583–2586 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2581
}
2582
2583
shift() {
2584
const
op = this.code.shift();
2585
return
op || null;
2586
}
2587
2588
remove(index) {
2589
if
(index < 0)
Callers
9
shiftOp
Method · 0.95
shiftData
Method · 0.95
shiftPush
Method · 0.95
shiftString
Method · 0.95
shiftSmall
Method · 0.95
shiftNum
Method · 0.95
shiftInt
Method · 0.95
shiftBool
Method · 0.95
shiftSym
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected