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

Method set_context

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

Source from the content-addressed store, hash-verified

757 }
758
759 void set_context(void *context) { _context = context; }
760 void *context() const { return _context; }
761
762 void set_error_addr(void *error_addr) { _error_addr = error_addr; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected