MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / load

Method load

base/poco/Util/src/IniFileConfiguration.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60void IniFileConfiguration::load(std::istream& istr)
61{
62 _map.clear();
63 _sectionKey.clear();
64 while (!istr.eof())
65 {
66 parseLine(istr);
67 }
68}
69
70
71void IniFileConfiguration::load(const std::string& path)

Callers

nothing calls this directly

Calls 4

loadFunction · 0.85
clearMethod · 0.45
eofMethod · 0.45
goodMethod · 0.45

Tested by

no test coverage detected