Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/bcoin-org/bcoin
/ pushBool
Method
pushBool
lib/script/stack.js:489–491 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
487
}
488
489
pushBool(value) {
490
return
this.push(Stack.fromBool(value));
491
}
492
493
unshiftBool(value) {
494
return
this.unshift(Stack.fromBool(value));
Callers
nothing calls this directly
Calls
2
push
Method · 0.95
fromBool
Method · 0.45
Tested by
no test coverage detected