Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getPath
Method
getPath
src/Access/UsersConfigAccessStorage.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
String UsersConfigAccessStorage::getPath() const
42
{
43
std::lock_guard lock{load_mutex};
44
return path;
45
}
46
47
bool UsersConfigAccessStorage::isPathEqual(const String & path_) const
48
{
Callers
2
addUsersConfigStorage
Method · 0.45
addDiskStorage
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected