Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ FuncThrowsRootException
Function
FuncThrowsRootException
libs/base/base_tests/exception_tests.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
return 1;
13
}
14
int FuncThrowsRootException()
15
{
16
throw RootException(
"RootException"
,
"RootException"
);
17
}
18
int FuncThrowsException()
19
{
20
throw std::exception();
Callers
nothing calls this directly
Calls
1
RootException
Class · 0.85
Tested by
no test coverage detected