Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getSubscript
Method · 0.95
forWitness
Method · 0.95
Calls
1
inject
Method · 0.45
Tested by
no test coverage detected