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

Method getCues

external/.scrollLibs.js:16773–16775  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16771 return this._toObject()
16772 }
16773 getCues() {
16774 return this.map(particle => particle.cue)
16775 }
16776 _makeCueIndex(startAt = 0) {
16777 if (!this._cueIndex || !startAt) this._cueIndex = {}
16778 const particles = this._getSubparticlesArray()

Callers 2

hasDuplicateCuesMethod · 0.95

Calls 1

mapMethod · 0.95

Tested by

no test coverage detected