MCPcopy 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
41String UsersConfigAccessStorage::getPath() const
42{
43 std::lock_guard lock{load_mutex};
44 return path;
45}
46
47bool UsersConfigAccessStorage::isPathEqual(const String & path_) const
48{

Callers 2

addUsersConfigStorageMethod · 0.45
addDiskStorageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected