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

Method unshiftString

lib/script/stack.js:373–375  ·  view source on GitHub ↗
(str, enc)

Source from the content-addressed store, hash-verified

371 }
372
373 unshiftString(str, enc) {
374 return this.unshift(Stack.fromString(str, enc));
375 }
376
377 insertString(index, str, enc) {
378 return this.insert(index, Stack.fromString(str, enc));

Callers

nothing calls this directly

Calls 2

unshiftMethod · 0.95
fromStringMethod · 0.45

Tested by

no test coverage detected