| 6065 | } |
| 6066 | |
| 6067 | LazyExpression::LazyExpression( bool isNegated ) |
| 6068 | : m_isNegated( isNegated ) |
| 6069 | {} |
| 6070 | |
| 6071 | LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} |
| 6072 |
nothing calls this directly
no outgoing calls
no test coverage detected