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

Method insertSym

lib/script/script.js:3004–3006  ·  view source on GitHub ↗
(index, symbol)

Source from the content-addressed store, hash-verified

3002 }
3003
3004 insertSym(index, symbol) {
3005 return this.insert(index, Opcode.fromSymbol(symbol));
3006 }
3007
3008 /**
3009 * Inject properties from bitcoind test string.

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromSymbolMethod · 0.80

Tested by

no test coverage detected