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

Method clear

lib/script/script.js:318–322  ·  view source on GitHub ↗

* Clear the script. * @returns {Script}

()

Source from the content-addressed store, hash-verified

316 */
317
318 clear() {
319 this.raw = EMPTY_BUFFER;
320 this.code.length = 0;
321 return this;
322 }
323
324 /**
325 * Inspect the script.

Callers 6

fromArrayMethod · 0.95
fromItemsMethod · 0.95
compileMethod · 0.95
fromMultisigMethod · 0.95
fromNulldataMethod · 0.95
fromCommitmentMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected