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

Method PrintErrors

library/cpp/yconf/conf.cpp:31–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void TYandexConfig::PrintErrors(TLog* Log) {
32 size_t sz = Errors.size();
33 if (sz) {
34 Log->AddLog("Processing of \'%s\':\n", ConfigPath.data());
35 for (size_t i = 0; i < sz; i++)
36 *Log << Errors[i];
37 Errors.clear();
38 }
39}
40
41void TYandexConfig::PrintErrors(TString& Err) {
42 size_t sz = Errors.size();

Callers 2

PreprocessMethod · 0.45
ToJsonMethod · 0.45

Calls 5

snprintfFunction · 0.50
sizeMethod · 0.45
AddLogMethod · 0.45
dataMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected