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

Method load

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

Source from the content-addressed store, hash-verified

59
60
61void JSONConfiguration::load(const std::string& path)
62{
63 Poco::FileInputStream fis(path);
64 load(fis);
65}
66
67
68void JSONConfiguration::load(std::istream& istr)

Callers

nothing calls this directly

Calls 4

loadFunction · 0.85
parseMethod · 0.45
resultMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected