MCPcopy Create free account
hub / github.com/breck7/scroll / clone

Method clone

external/.scrollLibs.js:16789–16791  ·  view source on GitHub ↗
(subparticles = this.subparticlesToString(), line = this.getLine())

Source from the content-addressed store, hash-verified

16787 return this.map(particle => particle._toXml(indentCount)).join("")
16788 }
16789 clone(subparticles = this.subparticlesToString(), line = this.getLine()) {
16790 return new this.constructor(subparticles, line)
16791 }
16792 hasCue(cue) {
16793 return this._hasCue(cue)
16794 }

Callers 15

patchMethod · 0.95
getOneHotMethod · 0.95
getFilteredMethod · 0.95
macroExpandMethod · 0.95
templateToStringMethod · 0.95
HeFunction · 0.45
.scrollLibs.jsFile · 0.45
OFunction · 0.45
multiplyMethod · 0.45
toAutoCompleteCubeMethod · 0.45

Calls 2

subparticlesToStringMethod · 0.95
getLineMethod · 0.95

Tested by

no test coverage detected