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

Method TParNetworkSettings

library/cpp/par/par_settings.h:9–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace NPar {
8 struct TParNetworkSettings {
9 TParNetworkSettings() {
10 if (GetEnv("USE_NEH") == "1") {
11 DEBUG_LOG << "USE_NEH environment variable detected" << Endl;
12 RequesterType = ERequesterType::NEH;
13 }
14 }
15
16 enum class ERequesterType {
17 AutoDetect,

Callers

nothing calls this directly

Calls 1

GetEnvFunction · 0.50

Tested by

no test coverage detected