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

Method insertSection

external/.scrollLibs.js:17299–17301  ·  view source on GitHub ↗
(lines, index)

Source from the content-addressed store, hash-verified

17297 return this._insertBlock(line, index)
17298 }
17299 insertSection(lines, index) {
17300 return this._insertBlock(lines, index)
17301 }
17302 prependLine(line) {
17303 return this.insertLine(line, 0)
17304 }

Callers

nothing calls this directly

Calls 1

_insertBlockMethod · 0.95

Tested by

no test coverage detected