Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void JSONConfiguration::load(const std::string& path)
62
{
63
Poco::FileInputStream fis(path);
64
load(fis);
65
}
66
67
68
void JSONConfiguration::load(std::istream& istr)
Callers
nothing calls this directly
Calls
4
load
Function · 0.85
parse
Method · 0.45
result
Method · 0.45
type
Method · 0.45
Tested by
no test coverage detected