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

Method Parse

library/cpp/yconf/conf.cpp:164–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool TYandexConfig::Parse(const TString& path, bool process_directives) {
165 if (!Read(path))
166 return false;
167 return ProcessRoot(process_directives);
168}
169
170bool TYandexConfig::ProcessRoot(bool process_directives) {
171 CurrentMemoryPtr = FileData;

Callers 4

OnReadSomeMethod · 0.45
OnReadSomeMethod · 0.45
ConvertYson2JsonFunction · 0.45

Calls 1

ReadFunction · 0.50

Tested by

no test coverage detected