()
| 15281 | await Promise.all(this.map(particle => particle.loadRequirements(context))) |
| 15282 | } |
| 15283 | getErrors() { |
| 15284 | return [] |
| 15285 | } |
| 15286 | get lineAtomTypes() { |
| 15287 | // todo: make this any a constant |
| 15288 | return "undefinedAtomType ".repeat(this.atoms.length).trim() |
no outgoing calls
no test coverage detected