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

Method appendLine

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

Source from the content-addressed store, hash-verified

17143 }
17144 // todo: throw error if line contains a \n
17145 appendLine(line) {
17146 return this._insertBlock(line)
17147 }
17148 appendUniqueLine(line) {
17149 if (!this.hasLine(line)) return this.appendLine(line)
17150 return this.findLine(line)

Callers 13

lengthenMethod · 0.95
selectMethod · 0.95
extendMethod · 0.95
appendUniqueLineMethod · 0.95
toggleLineMethod · 0.95
_particleFromXmlMethod · 0.95
getParserUsageMethod · 0.95
_touchParticleMethod · 0.80
fromShapeMethod · 0.80

Calls 1

_insertBlockMethod · 0.95

Tested by

no test coverage detected