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

Method setString

lib/script/script.js:2792–2794  ·  view source on GitHub ↗
(index, str, enc)

Source from the content-addressed store, hash-verified

2790 }
2791
2792 setString(index, str, enc) {
2793 return this.set(index, Opcode.fromString(str, enc));
2794 }
2795
2796 pushString(str, enc) {
2797 return this.push(Opcode.fromString(str, enc));

Callers

nothing calls this directly

Calls 2

setMethod · 0.95
fromStringMethod · 0.45

Tested by

no test coverage detected