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

Method insertNum

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

Source from the content-addressed store, hash-verified

2882 }
2883
2884 insertNum(index, num) {
2885 return this.insert(index, Opcode.fromNum(num));
2886 }
2887
2888 /*
2889 * Int

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromNumMethod · 0.45

Tested by

no test coverage detected