Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcoin-org/bcoin
/ shiftData
Method
shiftData
lib/script/script.js:2693–2696 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2691
}
2692
2693
shiftData() {
2694
const
op = this.shift();
2695
return
op ? op.data : null;
2696
}
2697
2698
removeData(index) {
2699
const
op = this.remove(index);
Callers
nothing calls this directly
Calls
1
shift
Method · 0.95
Tested by
no test coverage detected