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

Method _setLine

external/.scrollLibs.js:16537–16541  ·  view source on GitHub ↗
(line = "")

Source from the content-addressed store, hash-verified

16535 return this._line
16536 }
16537 _setLine(line = "") {
16538 this._line = line
16539 if (this._atoms) delete this._atoms
16540 return this
16541 }
16542 _clearSubparticles() {
16543 this._deleteByIndexes(Utils.getRange(0, this.length))
16544 delete this._subparticles

Callers 3

constructorMethod · 0.95
setContentMethod · 0.95
setLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected