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

Method setAtoms

external/.scrollLibs.js:17363–17365  ·  view source on GitHub ↗
(atoms)

Source from the content-addressed store, hash-verified

17361 return this
17362 }
17363 setAtoms(atoms) {
17364 return this.setLine(atoms.join(this.atomBreakSymbol))
17365 }
17366 setAtomsFrom(index, atoms) {
17367 this.setAtoms(this.atoms.slice(0, index).concat(atoms))
17368 return this

Callers 3

deleteAtomAtMethod · 0.95
setAtomsFromMethod · 0.95
appendAtomMethod · 0.95

Calls 2

setLineMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected