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

Method insertOp

lib/script/script.js:2675–2677  ·  view source on GitHub ↗
(index, value)

Source from the content-addressed store, hash-verified

2673 }
2674
2675 insertOp(index, value) {
2676 return this.insert(index, Opcode.fromOp(value));
2677 }
2678
2679 /*
2680 * Data

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromOpMethod · 0.80

Tested by

no test coverage detected