MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / LazyExpression

Method LazyExpression

Bcore/src/main/cpp/Dobby/tests/catch.hpp:4778–4779  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4776}
4777
4778LazyExpression::LazyExpression(bool isNegated) : m_isNegated(isNegated) {
4779}
4780
4781LazyExpression::LazyExpression(LazyExpression const &other) : m_isNegated(other.m_isNegated) {
4782}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected