| 728 | class StackTraceImplBase { |
| 729 | public: |
| 730 | StackTraceImplBase() |
| 731 | : _thread_id(0), _skip(0), _context(nullptr), _error_addr(nullptr) {} |
| 732 | |
| 733 | size_t thread_id() const { return _thread_id; } |
| 734 |
nothing calls this directly
no outgoing calls
no test coverage detected