MCPcopy Create free account
hub / github.com/bombela/backward-cpp / StackTraceImplBase

Method StackTraceImplBase

backward.hpp:730–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728class StackTraceImplBase {
729public:
730 StackTraceImplBase()
731 : _thread_id(0), _skip(0), _context(nullptr), _error_addr(nullptr) {}
732
733 size_t thread_id() const { return _thread_id; }
734

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected