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

Method deleteAtomAt

external/.scrollLibs.js:17323–17327  ·  view source on GitHub ↗
(atomIndex)

Source from the content-addressed store, hash-verified

17321 return this._cueSort(cueOrder)
17322 }
17323 deleteAtomAt(atomIndex) {
17324 const atoms = this.atoms
17325 atoms.splice(atomIndex, 1)
17326 return this.setAtoms(atoms)
17327 }
17328 trigger(event) {
17329 if (this._listeners && this._listeners.has(event.constructor)) {
17330 const listeners = this._listeners.get(event.constructor)

Callers 1

applySuggestionMethod · 0.80

Calls 1

setAtomsMethod · 0.95

Tested by

no test coverage detected