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

Method indexOfLast

external/.scrollLibs.js:16756–16759  ·  view source on GitHub ↗
(cue)

Source from the content-addressed store, hash-verified

16754 return this.parser.cue
16755 }
16756 indexOfLast(cue) {
16757 const result = this._getCueIndex()[cue]
16758 return result === undefined ? -1 : result
16759 }
16760 // todo: renmae to indexOfFirst?
16761 indexOf(cue) {
16762 if (!this.has(cue)) return -1

Callers 1

_getParticleByPathMethod · 0.95

Calls 1

_getCueIndexMethod · 0.95

Tested by

no test coverage detected