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

Method _getParticleFromExtended

external/.scrollLibs.js:17911–17913  ·  view source on GitHub ↗
(cuePath)

Source from the content-addressed store, hash-verified

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))

Callers 6

_getFromExtendedMethod · 0.95
_hasFromExtendedMethod · 0.95
_getEnumOptionsMethod · 0.80
isSingleMethod · 0.80
isUniqueLineMethod · 0.80

Calls 3

_getAncestorsArrayMethod · 0.95
findMethod · 0.45
hasMethod · 0.45

Tested by

no test coverage detected