Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ hasExpression
Method
hasExpression
lib/catch2/catch.hpp:8329–8331 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8327
}
8328
8329
bool AssertionResult::hasExpression() const {
8330
return !m_info.capturedExpression.empty();
8331
}
8332
8333
bool AssertionResult::hasMessage() const {
8334
return !m_resultData.message.empty();
Callers
6
print
Method · 0.80
printExpressionWas
Method · 0.80
printOriginalExpression
Method · 0.80
printOriginalExpression
Method · 0.80
writeAssertion
Method · 0.80
assertionEnded
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected