| 8108 | } |
| 8109 | |
| 8110 | LazyExpression::LazyExpression( bool isNegated ) |
| 8111 | : m_isNegated( isNegated ) |
| 8112 | {} |
| 8113 | |
| 8114 | LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} |
| 8115 |
nothing calls this directly
no outgoing calls
no test coverage detected