MCPcopy
hub / github.com/bcoin-org/bcoin / insertInt

Method insertInt

lib/script/stack.js:457–459  ·  view source on GitHub ↗
(index, num)

Source from the content-addressed store, hash-verified

455 }
456
457 insertInt(index, num) {
458 return this.insert(index, Stack.fromInt(num));
459 }
460
461 /*
462 * Bool

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromIntMethod · 0.45

Tested by

no test coverage detected