| 8183 | } |
| 8184 | |
| 8185 | LazyExpression::LazyExpression( bool isNegated ) |
| 8186 | : m_isNegated( isNegated ) |
| 8187 | {} |
| 8188 | |
| 8189 | LazyExpression::LazyExpression( LazyExpression const& other ) : m_isNegated( other.m_isNegated ) {} |
| 8190 |
nothing calls this directly
no outgoing calls
no test coverage detected