MCPcopy 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
158boost::stacktrace::stacktrace *icinga::GetLastExceptionStack()
159{
160 return l_LastExceptionStack.get();
161}
162
163void icinga::SetLastExceptionStack(const boost::stacktrace::stacktrace& trace)
164{

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected