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

Method load

base/poco/Util/src/PropertyFileConfiguration.cpp:54–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52
53
54void PropertyFileConfiguration::load(std::istream& istr)
55{
56 clear();
57 while (!istr.eof())
58 {
59 parseLine(istr);
60 }
61}
62
63
64void PropertyFileConfiguration::load(const std::string& path)

Callers

nothing calls this directly

Calls 4

clearFunction · 0.85
loadFunction · 0.85
eofMethod · 0.45
goodMethod · 0.45

Tested by

no test coverage detected