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

Function Dbg1

util/system/backtrace_ut.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using PFunc = int (*)(void**, size_t);
9
10int Dbg1(void** buf, size_t len) {
11 volatile int ret = (int)BackTrace(buf, len);
12 return ret;
13}
14
15int Dbg2(void** buf, size_t len) {
16 volatile int ret = (int)BackTrace(buf, len);

Callers

nothing calls this directly

Calls 1

BackTraceFunction · 0.85

Tested by

no test coverage detected