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

Method insertData

lib/script/stack.js:328–330  ·  view source on GitHub ↗
(index, data)

Source from the content-addressed store, hash-verified

326 }
327
328 insertData(index, data) {
329 return this.insert(index, data);
330 }
331
332 /*
333 * Length

Callers

nothing calls this directly

Calls 1

insertMethod · 0.95

Tested by

no test coverage detected