| 116 | } |
| 117 | |
| 118 | std::vector<std::string> CStackTrace::get_stack_trace() |
| 119 | { |
| 120 | return get_stack_frames_text(frames, num_frames); |
| 121 | } |
| 122 | |
| 123 | void CStackTrace::print_stack_trace() |
| 124 | { |
nothing calls this directly
no outgoing calls
no test coverage detected