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

Method setBool

lib/script/script.js:2952–2954  ·  view source on GitHub ↗
(index, value)

Source from the content-addressed store, hash-verified

2950 }
2951
2952 setBool(index, value) {
2953 return this.set(index, Opcode.fromBool(value));
2954 }
2955
2956 pushBool(value) {
2957 return this.push(Opcode.fromBool(value));

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
fromBoolMethod · 0.45

Tested by

no test coverage detected