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

Method getUserFilesPath

src/Interpreters/Context.cpp:1428–1432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1426}
1427
1428String Context::getUserFilesPath() const
1429{
1430 SharedLockGuard lock(shared->mutex);
1431 return shared->user_files_path;
1432}
1433
1434String Context::getDictionariesLibPath() const
1435{

Callers 15

parseMethod · 0.80
beforeDestroyMethod · 0.80
StorageFileLogMethod · 0.80
writeResponseMethod · 0.80
DatabaseFilesystemMethod · 0.80
checkTableFilePathMethod · 0.80
openSQLiteDBFunction · 0.80
FileDictionarySourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected