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