Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
void PropertyFileConfiguration::load(std::istream& istr)
55
{
56
clear();
57
while (!istr.eof())
58
{
59
parseLine(istr);
60
}
61
}
62
63
64
void PropertyFileConfiguration::load(const std::string& path)
Callers
nothing calls this directly
Calls
4
clear
Function · 0.85
load
Function · 0.85
eof
Method · 0.45
good
Method · 0.45
Tested by
no test coverage detected