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

Method set_error_addr

backward.hpp:762–762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

760 void *context() const { return _context; }
761
762 void set_error_addr(void *error_addr) { _error_addr = error_addr; }
763 void *error_addr() const { return _error_addr; }
764
765 size_t skip_n_firsts() const { return _skip; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected