Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FidoProject/Fido
/ hasExpression
Method
hasExpression
tests/catch.h:7256–7258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7254
}
7255
7256
bool AssertionResult::hasExpression() const {
7257
return !m_info.capturedExpression.empty();
7258
}
7259
7260
bool AssertionResult::hasMessage() const {
7261
return !m_resultData.message.empty();
Callers
5
assertionEnded
Method · 0.80
printOriginalExpression
Method · 0.80
print
Method · 0.80
printExpressionWas
Method · 0.80
printOriginalExpression
Method · 0.80
Calls
1
empty
Method · 0.80
Tested by
no test coverage detected