MCPcopy Create free account
hub / github.com/Tencent/phxsql / my_demangle

Function my_demangle

phx_percona/percona/sql/mysqld.cc:3283–3286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3281#if BACKTRACE_DEMANGLE
3282#include <cxxabi.h>
3283extern "C" char *my_demangle(const char *mangled_name, int *status)
3284{
3285 return abi::__cxa_demangle(mangled_name, NULL, NULL, status);
3286}
3287#endif
3288
3289

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected