Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushBool
Method
pushBool
lib/script/script.js:2956–2958 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
2954
}
2955
2956
pushBool(value) {
2957
return
this.push(Opcode.fromBool(value));
2958
}
2959
2960
unshiftBool(value) {
2961
return
this.unshift(Opcode.fromBool(value));
Callers
1
execute
Method · 0.45
Calls
2
push
Method · 0.95
fromBool
Method · 0.45
Tested by
no test coverage detected