()
| 18418 | this._cache_programAtomTypeStringMTime = particleMTime |
| 18419 | } |
| 18420 | createParserPool() { |
| 18421 | return this.isRoot() ? new Particle.ParserPool(BlobParser) : new Particle.ParserPool(this.parent._getParserPool()._getCatchAllParser(this.parent), {}) |
| 18422 | } |
| 18423 | get parserId() { |
| 18424 | return this.definition.cue |
| 18425 | } |
nothing calls this directly
no test coverage detected