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

Method insertData

lib/script/script.js:2715–2717  ·  view source on GitHub ↗
(index, data)

Source from the content-addressed store, hash-verified

2713 }
2714
2715 insertData(index, data) {
2716 return this.insert(index, Opcode.fromData(data));
2717 }
2718
2719 /*
2720 * Length

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromDataMethod · 0.80

Tested by

no test coverage detected