Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ GetLastExceptionStack
Method
GetLastExceptionStack
lib/base/exception.cpp:158–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
156
#endif /* HAVE_CXXABI_H */
157
158
boost::stacktrace::stacktrace *icinga::GetLastExceptionStack()
159
{
160
return l_LastExceptionStack.get();
161
}
162
163
void icinga::SetLastExceptionStack(const boost::stacktrace::stacktrace& trace)
164
{
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected