Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcoin-org/bcoin
/ shiftPush
Method
shiftPush
lib/script/script.js:2742–2745 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2740
}
2741
2742
shiftPush() {
2743
const
op = this.shift();
2744
return
op ? op.toPush() : null;
2745
}
2746
2747
removePush(index) {
2748
const
op = this.remove(index);
Callers
nothing calls this directly
Calls
2
shift
Method · 0.95
toPush
Method · 0.80
Tested by
no test coverage detected