MCPcopy
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

executeMethod · 0.45

Calls 2

pushMethod · 0.95
fromBoolMethod · 0.45

Tested by

no test coverage detected