Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ JSONConfiguration
Method
JSONConfiguration
base/poco/Util/src/JSONConfiguration.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
33
34
JSONConfiguration::JSONConfiguration() : _object(new JSON::Object())
35
{
36
}
37
38
39
JSONConfiguration::JSONConfiguration(const std::string& path)
Callers
nothing calls this directly
Calls
1
load
Function · 0.85
Tested by
no test coverage detected