Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ react
Method
react
tests/framework/src/doctest.cpp:1872–1875 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1870
}
1871
1872
void ResultBuilder::react() const {
1873
if(m_failed && checkIfShouldThrow(m_at))
1874
throwException();
1875
}
1876
1877
void failed_out_of_a_testing_context(const AssertData& ad) {
1878
if(g_cs->ah)
Callers
1
doctest_fwd.h
File · 0.80
Calls
2
checkIfShouldThrow
Function · 0.85
throwException
Function · 0.85
Tested by
no test coverage detected