(cuePath)
| 17909 | return !!this._getParticleFromExtended(cuePath) |
| 17910 | } |
| 17911 | _getParticleFromExtended(cuePath) { |
| 17912 | return this._getAncestorsArray().find(particle => particle.has(cuePath)) |
| 17913 | } |
| 17914 | _getConcatBlockStringFromExtended(cuePath) { |
| 17915 | return this._getAncestorsArray() |
| 17916 | .filter(particle => particle.has(cuePath)) |
no test coverage detected