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

Method insertLineAndSubparticles

external/.scrollLibs.js:17293–17295  ·  view source on GitHub ↗
(line, subparticles, index)

Source from the content-addressed store, hash-verified

17291 return returnedParticles
17292 }
17293 insertLineAndSubparticles(line, subparticles, index) {
17294 return this._insertBlock(this._makeBlock(line, subparticles), index)
17295 }
17296 insertLine(line, index) {
17297 return this._insertBlock(line, index)
17298 }

Callers 6

prependSiblingMethod · 0.80
appendSiblingMethod · 0.80
replaceParticleMethod · 0.80
shiftLeftMethod · 0.80
pasteTextMethod · 0.80
insertChildParticleMethod · 0.80

Calls 2

_insertBlockMethod · 0.95
_makeBlockMethod · 0.95

Tested by

no test coverage detected