Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ load
Method
load
base/poco/Util/src/IniFileConfiguration.cpp:60–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
60
void IniFileConfiguration::load(std::istream& istr)
61
{
62
_map.clear();
63
_sectionKey.clear();
64
while (!istr.eof())
65
{
66
parseLine(istr);
67
}
68
}
69
70
71
void IniFileConfiguration::load(const std::string& path)
Callers
nothing calls this directly
Calls
4
load
Function · 0.85
clear
Method · 0.45
eof
Method · 0.45
good
Method · 0.45
Tested by
no test coverage detected