MCPcopy
hub / github.com/bcoin-org/bcoin / pushString

Method pushString

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

Source from the content-addressed store, hash-verified

367 }
368
369 pushString(str, enc) {
370 return this.push(Stack.fromString(str, enc));
371 }
372
373 unshiftString(str, enc) {
374 return this.unshift(Stack.fromString(str, enc));

Callers

nothing calls this directly

Calls 2

pushMethod · 0.95
fromStringMethod · 0.45

Tested by

no test coverage detected