(cuePath)
| 16186 | return this._getParticleByPath(cuePath) |
| 16187 | } |
| 16188 | getParticles(cuePath) { |
| 16189 | return this.findParticles(cuePath) |
| 16190 | } |
| 16191 | get section() { |
| 16192 | // return all particles after this one to the next blank line or end of file |
| 16193 | const particles = [] |