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

Method appendLineAndSubparticles

external/.scrollLibs.js:17152–17154  ·  view source on GitHub ↗
(line, subparticles)

Source from the content-addressed store, hash-verified

17150 return this.findLine(line)
17151 }
17152 appendLineAndSubparticles(line, subparticles) {
17153 return this._insertBlock(this._makeBlock(line, subparticles))
17154 }
17155 appendBlocks(blocks) {
17156 return this._appendSubparticlesFromString(blocks)
17157 }

Callers 7

extendMethod · 0.95
appendParticleMethod · 0.95
_particleFromXmlMethod · 0.95
fromFolderMethod · 0.95
shiftRightMethod · 0.80

Calls 2

_insertBlockMethod · 0.95
_makeBlockMethod · 0.95

Tested by

no test coverage detected