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

Method insertBool

lib/script/stack.js:497–499  ·  view source on GitHub ↗
(index, value)

Source from the content-addressed store, hash-verified

495 }
496
497 insertBool(index, value) {
498 return this.insert(index, Stack.fromBool(value));
499 }
500
501 /**
502 * Test an object to see if it is a Stack.

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromBoolMethod · 0.45

Tested by

no test coverage detected