Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcoin-org/bcoin
/ shiftOp
Method
shiftOp
lib/script/script.js:2653–2656 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2651
}
2652
2653
shiftOp() {
2654
const
op = this.shift();
2655
return
op ? op.value : -1;
2656
}
2657
2658
removeOp(index) {
2659
const
op = this.remove(index);
Callers
nothing calls this directly
Calls
1
shift
Method · 0.95
Tested by
no test coverage detected