(atomTypeId)
| 19948 | return types |
| 19949 | } |
| 19950 | getAtomTypeDefinitionById(atomTypeId) { |
| 19951 | // todo: return unknownAtomTypeDefinition? or is that handled somewhere else? |
| 19952 | return this.atomTypeDefinitions[atomTypeId] |
| 19953 | } |
| 19954 | get parserLineage() { |
| 19955 | const newParticle = new Particle() |
| 19956 | Object.values(this.validConcreteAndAbstractParserDefinitions).forEach(particle => newParticle.touchParticle(particle.ancestorParserIdsArray.join(" "))) |
no outgoing calls
no test coverage detected