()
| 19606 | return hit && hit.get(ParsersConstants.uniqueLine) !== "false" |
| 19607 | } |
| 19608 | isRequired() { |
| 19609 | return this._hasFromExtended(ParsersConstants.required) |
| 19610 | } |
| 19611 | getParserDefinitionByParserId(parserId) { |
| 19612 | // todo: return catch all? |
| 19613 | const def = this.programParserDefinitionCache[parserId] |
no test coverage detected