Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catchorg/Catch2
/ throws_int
Function
throws_int
tests/SelfTest/UsageTests/Compilation.tests.cpp:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
56
static void throws_int(bool b) {
57
if (b) {
58
throw 1;
59
}
60
}
61
62
template<typename T>
63
bool templated_tests(T t) {
Callers
1
templated_tests
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected