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

Method reverse

external/.scrollLibs.js:17204–17208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17202 return index > -1 ? this._deleteByIndexes([index]) : 0
17203 }
17204 reverse() {
17205 this._clearCueIndex()
17206 this._getSubparticlesArray().reverse()
17207 return this
17208 }
17209 shift() {
17210 if (!this.length) return null
17211 const particle = this._getSubparticlesArray().shift()

Callers 15

makeNameSearchIndexMethod · 0.80
.katex.min.jsFile · 0.80
XnFunction · 0.80
decodeCellMethod · 0.80
.scrollLibs.jsFile · 0.80
findLastMethod · 0.80
_deleteByIndexesMethod · 0.80
invertMethod · 0.80
replaceWithMethod · 0.80
triggerMethod · 0.80
_getLineageMethod · 0.80

Calls 2

_clearCueIndexMethod · 0.95
_getSubparticlesArrayMethod · 0.95

Tested by

no test coverage detected