Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ shiftString
Method
shiftString
lib/script/script.js:2782–2785 ·
view source on GitHub ↗
(enc)
Source
from the content-addressed store, hash-verified
2780
}
2781
2782
shiftString(enc) {
2783
const
op = this.shift();
2784
return
op ? op.toString(enc) : null;
2785
}
2786
2787
removeString(index, enc) {
2788
const
op = this.remove(index);
Callers
nothing calls this directly
Calls
2
shift
Method · 0.95
toString
Method · 0.45
Tested by
no test coverage detected