MCPcopy 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
33void 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
42void MapConfiguration::clear()

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
setStringMethod · 0.45

Tested by

no test coverage detected