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

Method insertLine

external/.scrollLibs.js:17296–17298  ·  view source on GitHub ↗
(line, index)

Source from the content-addressed store, hash-verified

17294 return this._insertBlock(this._makeBlock(line, subparticles), index)
17295 }
17296 insertLine(line, index) {
17297 return this._insertBlock(line, index)
17298 }
17299 insertSection(lines, index) {
17300 return this._insertBlock(lines, index)
17301 }

Callers 1

prependLineMethod · 0.95

Calls 1

_insertBlockMethod · 0.95

Tested by

no test coverage detected