| 20825 | class joinSubparticlesWithParser extends abstractCompilerRuleParser {} |
| 20826 | |
| 20827 | class abstractConstantParser extends ParserBackedParticle { |
| 20828 | get cueAtom() { |
| 20829 | return this.getAtom(0) |
| 20830 | } |
nothing calls this directly
no outgoing calls
no test coverage detected