MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / translateException

Method translateException

tests/framework/src/doctest.cpp:1837–1840  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1835 }
1836
1837 void ResultBuilder::translateException() {
1838 m_threw = true;
1839 m_exception = translateActiveException();
1840 }
1841
1842 bool ResultBuilder::log() {
1843 if(m_at & assertType::is_throws) { //!OCLINT bitwise operator in conditional

Callers 1

doctest_fwd.hFile · 0.80

Calls 1

translateActiveExceptionFunction · 0.85

Tested by

no test coverage detected