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

Method prependSibling

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

Source from the content-addressed store, hash-verified

17073 return this
17074 }
17075 prependSibling(line, subparticles) {
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 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected