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

Method setString

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

Source from the content-addressed store, hash-verified

363 }
364
365 setString(index, str, enc) {
366 return this.set(index, Stack.fromString(str, enc));
367 }
368
369 pushString(str, enc) {
370 return this.push(Stack.fromString(str, enc));

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
fromStringMethod · 0.45

Tested by

no test coverage detected