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

Method clone

lib/script/script.js:273–275  ·  view source on GitHub ↗

* Clone the script. * @returns {Script} Cloned script.

()

Source from the content-addressed store, hash-verified

271 */
272
273 clone() {
274 return new this.constructor().inject(this);
275 }
276
277 /**
278 * Inject properties from script.

Callers 2

getSubscriptMethod · 0.95
forWitnessMethod · 0.95

Calls 1

injectMethod · 0.45

Tested by

no test coverage detected