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

Method TUserPoller

library/cpp/coroutine/engine/poller.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313 struct TUserPoller: public TString {
314 TUserPoller()
315 : TString(GetEnv("USER_POLLER"))
316 {
317 }
318 };
319}
320

Callers

nothing calls this directly

Calls 1

GetEnvFunction · 0.50

Tested by

no test coverage detected