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

Method appendSibling

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

Source from the content-addressed store, hash-verified

17076 return this.parent.insertLineAndSubparticles(line, subparticles, this.index)
17077 }
17078 appendSibling(line, subparticles) {
17079 return this.parent.insertLineAndSubparticles(line, subparticles, this.index + 1)
17080 }
17081 setContentWithSubparticles(text) {
17082 // todo: deprecate
17083 if (!text.includes(this.particleBreakSymbol)) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected