MCPcopy
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

pushMethod · 0.95
fromBoolMethod · 0.45

Tested by

no test coverage detected