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

Method insertInt

lib/script/script.js:2924–2926  ·  view source on GitHub ↗
(index, num)

Source from the content-addressed store, hash-verified

2922 }
2923
2924 insertInt(index, num) {
2925 return this.insert(index, Opcode.fromInt(num));
2926 }
2927
2928 /*
2929 * Bool

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromIntMethod · 0.45

Tested by

no test coverage detected