MCPcopy Create free account
hub / github.com/catboost/catboost / Dbg2

Function Dbg2

util/system/backtrace_ut.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15int Dbg2(void** buf, size_t len) {
16 volatile int ret = (int)BackTrace(buf, len);
17 return ret;
18}
19
20void FormatBackTraceReplacement(IOutputStream* out, void* const*, size_t) {
21 *out << "WorksLikeACharm" << Endl;

Callers

nothing calls this directly

Calls 1

BackTraceFunction · 0.85

Tested by

no test coverage detected