Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ getUserFilesPath
Method
getUserFilesPath
src/Interpreters/Context.cpp:1158–1162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1156
}
1157
1158
String Context::getUserFilesPath() const
1159
{
1160
auto lock = getLock(); // checked
1161
return shared->user_files_path;
1162
}
1163
1164
String Context::getDictionariesLibPath() const
1165
{
Callers
8
registerStorageFile
Function · 0.80
writeResponse
Method · 0.80
FileDictionarySource
Method · 0.80
createCacheDictionaryLayout
Function · 0.80
getActualTableStructure
Method · 0.80
getStorage
Method · 0.80
createTable
Method · 0.80
executeImpl
Method · 0.80
Calls
1
getLock
Function · 0.85
Tested by
no test coverage detected