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

Method insertLinesAfter

external/.scrollLibs.js:16618–16620  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

16616 return this.getSubparticles().slice(index, index + newParticle.length)
16617 }
16618 insertLinesAfter(lines) {
16619 return this.parent._insertLines(lines, this.index + 1)
16620 }
16621 _appendSubparticlesFromString(str) {
16622 const { edgeSymbol, particleBreakSymbol } = this
16623 const blocks = splitBlocks(str, edgeSymbol, particleBreakSymbol)

Callers

nothing calls this directly

Calls 1

_insertLinesMethod · 0.80

Tested by

no test coverage detected