| 771 | class StackTraceImplBase { |
| 772 | public: |
| 773 | StackTraceImplBase() : _thread_id(0), _skip(0), _context(nullptr), _error_addr(nullptr) {} |
| 774 | |
| 775 | size_t thread_id() const { return _thread_id; } |
| 776 |
nothing calls this directly
no outgoing calls
no test coverage detected