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

Method insertPush

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

Source from the content-addressed store, hash-verified

2762 }
2763
2764 insertPush(index, data) {
2765 return this.insert(index, Opcode.fromPush(data));
2766 }
2767
2768 /*
2769 * String

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromPushMethod · 0.80

Tested by

no test coverage detected