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

Method insertString

lib/script/stack.js:377–379  ·  view source on GitHub ↗
(index, str, enc)

Source from the content-addressed store, hash-verified

375 }
376
377 insertString(index, str, enc) {
378 return this.insert(index, Stack.fromString(str, enc));
379 }
380
381 /*
382 * Num

Callers

nothing calls this directly

Calls 2

insertMethod · 0.95
fromStringMethod · 0.45

Tested by

no test coverage detected