Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ copyTo
Method
copyTo
base/poco/Util/src/MapConfiguration.cpp:33–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
32
33
void MapConfiguration::copyTo(AbstractConfiguration& config)
34
{
35
for (iterator it = _map.begin(); it != _map.end(); ++it)
36
{
37
config.setString(it->first, it->second);
38
}
39
}
40
41
42
void MapConfiguration::clear()
Callers
nothing calls this directly
Calls
3
begin
Method · 0.45
end
Method · 0.45
setString
Method · 0.45
Tested by
no test coverage detected