Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bcoin-org/bcoin
/ shiftBool
Method
shiftBool
lib/script/script.js:2942–2945 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2940
}
2941
2942
shiftBool() {
2943
const
op = this.shift();
2944
return
op ? op.toBool() : false;
2945
}
2946
2947
removeBool(index) {
2948
const
op = this.remove(index);
Callers
nothing calls this directly
Calls
2
shift
Method · 0.95
toBool
Method · 0.45
Tested by
no test coverage detected