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

Function getprogname

util/system/compat.cpp:12–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#ifndef HAVE_NATIVE_GETPROGNAME
12const char* getprogname() {
13 return GetProgramName().data();
14}
15#endif
16
17#ifdef _win_

Callers 2

Y_UNIT_TESTFunction · 0.85
FreeBSDGuessExecBasePathFunction · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected