MCPcopy Create free account
hub / github.com/apache/trafficserver / getResult

Method getResult

lib/catch2/catch.hpp:2204–2204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2202 struct ITransientExpression {
2203 auto isBinaryExpression() const -> bool { return m_isBinaryExpression; }
2204 auto getResult() const -> bool { return m_result; }
2205 virtual void streamReconstructedExpression( std::ostream &os ) const = 0;
2206
2207 ITransientExpression( bool isBinaryExpression, bool result )

Callers 1

handleExprMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected