MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / clear

Method clear

base/poco/Util/src/MapConfiguration.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42void MapConfiguration::clear()
43{
44 _map.clear();
45}
46
47
48bool MapConfiguration::getRaw(const std::string& key, std::string& value) const

Callers 10

clearWordMethod · 0.45
loadMethod · 0.45
Option.cppFile · 0.45
processMethod · 0.45
executeMethod · 0.45
executeMethod · 0.45
getIndexesMethod · 0.45
processMethod · 0.45
processCommonMethod · 0.45
keysMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected