MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / getResult

Method getResult

extlibs/catch/include/catch/catch.hpp:2174–2174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2172 struct ITransientExpression {
2173 auto isBinaryExpression() const -> bool { return m_isBinaryExpression; }
2174 auto getResult() const -> bool { return m_result; }
2175 virtual void streamReconstructedExpression( std::ostream &os ) const = 0;
2176
2177 ITransientExpression( bool isBinaryExpression, bool result )

Callers 1

handleExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected