Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1416
String Context::getPath() const
1417
{
1418
SharedLockGuard lock(shared->mutex);
1419
return shared->path;
1420
}
1421
1422
String Context::getFlagsPath() const
1423
{
Callers
15
getUriAfterRedirect
Function · 0.45
ReadWriteBufferFromHTTP
Method · 0.45
makeRequestInternalImpl
Method · 0.45
URI
Method · 0.45
tryInitPathStyle
Method · 0.45
tryInitVirtualHostedStyle
Method · 0.45
getAvailabilityZoneOrException
Function · 0.45
getGCPAvailabilityZoneOrException
Function · 0.45
ClusterFunctionReadTaskResponse
Method · 0.45
createTable
Method · 0.45
doCreateTable
Method · 0.45
registerExistingModules
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected