| 19130 | } |
| 19131 | // todo: remove in favor of custom atom type constructors |
| 19132 | class EnumFromAtomTypesTestParser extends AbstractParsersAtomTestParser { |
| 19133 | _getEnumFromAtomTypes(programRootParticle) { |
| 19134 | const atomTypeIds = this.getAtomsFrom(1) |
| 19135 | const enumGroup = atomTypeIds.join(" ") |
nothing calls this directly
no outgoing calls
no test coverage detected