| 17948 | } |
| 17949 | } |
| 17950 | class ExtendibleParticle extends AbstractExtendibleParticle { |
| 17951 | get idToParticleMap() { |
| 17952 | if (!this.isRoot()) return this.root.idToParticleMap |
| 17953 | if (!this._particleMapCache) { |
nothing calls this directly
no outgoing calls
no test coverage detected