Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RenderKit/oidn
/ hasMessage
Method
hasMessage
external/catch.hpp:8322–8324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8320
}
8321
8322
bool AssertionResult::hasMessage() const {
8323
return !m_resultData.message.empty();
8324
}
8325
8326
std::string AssertionResult::getExpression() const {
8327
// Possibly overallocating by 3 characters should be basically free
Callers
1
AssertionStats
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected