MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / get_stack_trace

Method get_stack_trace

Source/Client/NM_Engine/StackTrace.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118std::vector<std::string> CStackTrace::get_stack_trace()
119{
120 return get_stack_frames_text(frames, num_frames);
121}
122
123void CStackTrace::print_stack_trace()
124{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected