(query)
| 16230 | return newParticle |
| 16231 | } |
| 16232 | getParticlesByGlobPath(query) { |
| 16233 | return this._getParticlesByGlobPath(query) |
| 16234 | } |
| 16235 | _getParticlesByGlobPath(globPath) { |
| 16236 | const edgeSymbol = this.edgeSymbol |
| 16237 | if (!globPath.includes(edgeSymbol)) { |
nothing calls this directly
no test coverage detected