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

Method pushString

lib/script/script.js:2796–2798  ·  view source on GitHub ↗
(str, enc)

Source from the content-addressed store, hash-verified

2794 }
2795
2796 pushString(str, enc) {
2797 return this.push(Opcode.fromString(str, enc));
2798 }
2799
2800 unshiftString(str, enc) {
2801 return this.unshift(Opcode.fromString(str, enc));

Callers

nothing calls this directly

Calls 2

pushMethod · 0.95
fromStringMethod · 0.45

Tested by

no test coverage detected