MCPcopy Create free account
hub / github.com/ByConity/ByConity / getStackTraceString

Method getStackTraceString

src/Common/Exception.cpp:136–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136std::string Exception::getStackTraceString() const
137{
138#ifdef STD_EXCEPTION_HAS_STACK_TRACE
139 return StackTrace::toString(get_stack_trace_frames(), 0, get_stack_trace_size());
140#else
141 return trace.toString();
142#endif
143}
144
145Exception::FramePointers Exception::getStackFramePointers() const
146{

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainMethod · 0.80
mainImplMethod · 0.80
handleRequestMethod · 0.80
handleRequestMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
writeExceptionFunction · 0.80
handleExceptionMethod · 0.80
sendExceptionMethod · 0.80
runImplMethod · 0.80

Calls 2

toStringFunction · 0.70
toStringMethod · 0.45

Tested by

no test coverage detected