MCPcopy Create free account
hub / github.com/apache/brpc / OutputToString

Method OutputToString

src/butil/debug/stack_trace_posix.cc:822–825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822void StackTrace::OutputToString(std::string& str) const {
823 StringBacktraceOutputHandler handler(str);
824 ProcessBacktrace(trace_, count_, &handler);
825}
826#endif
827
828namespace internal {

Callers

nothing calls this directly

Calls 1

ProcessBacktraceFunction · 0.85

Tested by

no test coverage detected