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

Method prependLine

external/.scrollLibs.js:17302–17304  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

17300 return this._insertBlock(lines, index)
17301 }
17302 prependLine(line) {
17303 return this.insertLine(line, 0)
17304 }
17305 pushContentAndSubparticles(content, subparticles) {
17306 let index = this.length
17307 while (this.has(index.toString())) {

Callers

nothing calls this directly

Calls 1

insertLineMethod · 0.95

Tested by

no test coverage detected