| 17885 | 5,3.4,1.5,0.2,setosa` |
| 17886 | Particle.getVersion = () => "107.0.1" |
| 17887 | class AbstractExtendibleParticle extends Particle { |
| 17888 | _getFromExtended(cuePath) { |
| 17889 | const hit = this._getParticleFromExtended(cuePath) |
| 17890 | return hit ? hit.get(cuePath) : undefined |
nothing calls this directly
no outgoing calls
no test coverage detected