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

Method removeString

lib/script/script.js:2787–2790  ·  view source on GitHub ↗
(index, enc)

Source from the content-addressed store, hash-verified

2785 }
2786
2787 removeString(index, enc) {
2788 const op = this.remove(index);
2789 return op ? op.toString(enc) : null;
2790 }
2791
2792 setString(index, str, enc) {
2793 return this.set(index, Opcode.fromString(str, enc));

Callers

nothing calls this directly

Calls 2

removeMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected