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

Method appendAtom

external/.scrollLibs.js:17370–17374  ·  view source on GitHub ↗
(atom)

Source from the content-addressed store, hash-verified

17368 return this
17369 }
17370 appendAtom(atom) {
17371 const atoms = this.atoms
17372 atoms.push(atom)
17373 return this.setAtoms(atoms)
17374 }
17375 _cueSort(cueOrder, secondarySortFn) {
17376 const particleAFirst = -1
17377 const particleBFirst = 1

Callers 1

appendAtomIfMissingMethod · 0.95

Calls 1

setAtomsMethod · 0.95

Tested by

no test coverage detected