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

Function InitializeYt

library/cpp/testing/hook/yt_initialize_hook.h:5–6  ·  view source on GitHub ↗

Since we need to call NYT::Initialize immediately on starting the program, we separate it from other BEFORE_INIT hooks. This weak function is overriden in C++ client (see yt/cpp/mapreduce/tests/yt_initialize_hook/yt_hook.cpp).

Source from the content-addressed store, hash-verified

3// Since we need to call NYT::Initialize immediately on starting the program, we separate it from other BEFORE_INIT hooks.
4// This weak function is overriden in C++ client (see yt/cpp/mapreduce/tests/yt_initialize_hook/yt_hook.cpp).
5__attribute__((weak)) void InitializeYt(int, char**) {
6}

Callers 3

MainMethod · 0.85
RunMainMethod · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected