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

Method getDefaultCorePath

programs/server/Server.cpp:742–745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

740}
741
742std::string Server::getDefaultCorePath() const
743{
744 return getCanonicalPath(config().getString("path", DBMS_DEFAULT_PATH), original_working_directory) + "cores";
745}
746
747void Server::defineOptions(Poco::Util::OptionSet & options)
748{

Callers

nothing calls this directly

Calls 2

getCanonicalPathFunction · 0.85
getStringMethod · 0.45

Tested by

no test coverage detected