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

Method getPath

src/Interpreters/Context.cpp:1416–1420  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1414}
1415
1416String Context::getPath() const
1417{
1418 SharedLockGuard lock(shared->mutex);
1419 return shared->path;
1420}
1421
1422String Context::getFlagsPath() const
1423{

Callers 15

getUriAfterRedirectFunction · 0.45
URIMethod · 0.45
tryInitPathStyleMethod · 0.45
createTableMethod · 0.45
doCreateTableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected