| 4969 | } |
| 4970 | |
| 4971 | LazyExpression::LazyExpression( bool isNegated ) |
| 4972 | : m_isNegated( isNegated ) |
| 4973 | {} |
| 4974 | |
| 4975 | LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} |
| 4976 |
nothing calls this directly
no outgoing calls
no test coverage detected