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

Method hasCue

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

Source from the content-addressed store, hash-verified

16790 return new this.constructor(subparticles, line)
16791 }
16792 hasCue(cue) {
16793 return this._hasCue(cue)
16794 }
16795 has(cuePath) {
16796 const edgeSymbol = this.edgeSymbol
16797 if (!cuePath.includes(edgeSymbol)) return this.hasCue(cuePath)

Callers 1

hasMethod · 0.95

Calls 1

_hasCueMethod · 0.95

Tested by

no test coverage detected