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

Method setUserFilesPath

src/Interpreters/Context.cpp:1847–1851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1845}
1846
1847void Context::setUserFilesPath(const String & path)
1848{
1849 std::lock_guard lock(shared->mutex);
1850 shared->user_files_path = path;
1851}
1852
1853void Context::setDictionariesLibPath(const String & path)
1854{

Callers 2

mainMethod · 0.80
tryInitPathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected