MCPcopy Index your code
hub / github.com/bcoin-org/bcoin / unshiftBool

Method unshiftBool

lib/script/script.js:2960–2962  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

2958 }
2959
2960 unshiftBool(value) {
2961 return this.unshift(Opcode.fromBool(value));
2962 }
2963
2964 insertBool(index, value) {
2965 return this.insert(index, Opcode.fromBool(value));

Callers

nothing calls this directly

Calls 2

unshiftMethod · 0.95
fromBoolMethod · 0.45

Tested by

no test coverage detected