()
| 19532 | } |
| 19533 | // todo: remove |
| 19534 | get runTimeCuesInScope() { |
| 19535 | return this._getParserPool().getCueOptions() |
| 19536 | } |
| 19537 | _getMyAtomTypeDefs() { |
| 19538 | const requiredAtoms = this.get(ParsersConstants.atoms) |
| 19539 | if (!requiredAtoms) return [] |
nothing calls this directly
no test coverage detected