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

Method appendUniqueLine

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

Source from the content-addressed store, hash-verified

17146 return this._insertBlock(line)
17147 }
17148 appendUniqueLine(line) {
17149 if (!this.hasLine(line)) return this.appendLine(line)
17150 return this.findLine(line)
17151 }
17152 appendLineAndSubparticles(line, subparticles) {
17153 return this._insertBlock(this._makeBlock(line, subparticles))
17154 }

Callers

nothing calls this directly

Calls 3

hasLineMethod · 0.95
appendLineMethod · 0.95
findLineMethod · 0.95

Tested by

no test coverage detected