| 4776 | } |
| 4777 | |
| 4778 | LazyExpression::LazyExpression(bool isNegated) : m_isNegated(isNegated) { |
| 4779 | } |
| 4780 | |
| 4781 | LazyExpression::LazyExpression(LazyExpression const &other) : m_isNegated(other.m_isNegated) { |
| 4782 | } |
nothing calls this directly
no outgoing calls
no test coverage detected