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

Method _getAncestorsArray

external/.scrollLibs.js:17929–17932  ·  view source on GitHub ↗
(cannotContainParticles)

Source from the content-addressed store, hash-verified

17927 }
17928 // Note: the order is: [this, parent, grandParent, ...]
17929 _getAncestorsArray(cannotContainParticles) {
17930 this._initAncestorsArrayCache(cannotContainParticles)
17931 return this._cache_ancestorsArray
17932 }
17933 get idThatThisExtends() {
17934 return this.get(ParticlesConstants.extends)
17935 }

Calls 1

Tested by

no test coverage detected