| 18713 | } |
| 18714 | AbstractParsersBackedAtom.parserFunctionName = "" |
| 18715 | class ParsersBitAtom extends AbstractParsersBackedAtom { |
| 18716 | _isValid() { |
| 18717 | const atom = this.getAtom() |
| 18718 | return atom === "0" || atom === "1" |
nothing calls this directly
no outgoing calls
no test coverage detected