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

Method _hasCue

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

Source from the content-addressed store, hash-verified

16805 return this.getSubparticles().some(particle => particle.toString() === needle)
16806 }
16807 _hasCue(cue) {
16808 return this._getCueIndex()[cue] !== undefined
16809 }
16810 map(fn) {
16811 return this.getSubparticles().map(fn)
16812 }

Callers 1

hasCueMethod · 0.95

Calls 1

_getCueIndexMethod · 0.95

Tested by

no test coverage detected