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

Method insertSmall

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

Source from the content-addressed store, hash-verified

2842 }
2843
2844 insertSmall(index, num) {
2845 return this.insert(index, Opcode.fromSmall(num));
2846 }
2847
2848 /*
2849 * Num

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromSmallMethod · 0.80

Tested by

no test coverage detected