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

Method cueSort

external/.scrollLibs.js:17320–17322  ·  view source on GitHub ↗
(cueOrder)

Source from the content-addressed store, hash-verified

17318 }
17319 // todo: add "globalReplace" method? Which runs a global regex or string replace on the Particle as a string?
17320 cueSort(cueOrder) {
17321 return this._cueSort(cueOrder)
17322 }
17323 deleteAtomAt(atomIndex) {
17324 const atoms = this.atoms
17325 atoms.splice(atomIndex, 1)

Callers

nothing calls this directly

Calls 1

_cueSortMethod · 0.95

Tested by

no test coverage detected