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

Method commandPath

base/poco/Util/src/Application.cpp:295–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

293
294
295std::string Application::commandPath() const
296{
297 return _pConfig->getString("application.path");
298}
299
300
301void Application::stopOptionsProcessing()

Callers

nothing calls this directly

Calls 1

getStringMethod · 0.45

Tested by

no test coverage detected