Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bcoin-org/bcoin
/ setBool
Method
setBool
lib/script/script.js:2952–2954 ·
view source on GitHub ↗
(index, value)
Source
from the content-addressed store, hash-verified
2950
}
2951
2952
setBool(index, value) {
2953
return
this.set(index, Opcode.fromBool(value));
2954
}
2955
2956
pushBool(value) {
2957
return
this.push(Opcode.fromBool(value));
Callers
nothing calls this directly
Calls
2
set
Method · 0.95
fromBool
Method · 0.45
Tested by
no test coverage detected