Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ FuncThrowsRootExceptionArg
Function
FuncThrowsRootExceptionArg
libs/base/base_tests/exception_tests.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
return 1;
34
}
35
int FuncThrowsRootExceptionArg(int)
36
{
37
throw RootException(
"RootException"
,
"RootException"
);
38
}
39
int FuncThrowsExceptionArg(int)
40
{
41
throw std::exception();
Callers
nothing calls this directly
Calls
1
RootException
Class · 0.85
Tested by
no test coverage detected