MCPcopy 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
1158String Context::getUserFilesPath() const
1159{
1160 auto lock = getLock(); // checked
1161 return shared->user_files_path;
1162}
1163
1164String Context::getDictionariesLibPath() const
1165{

Callers 8

registerStorageFileFunction · 0.80
writeResponseMethod · 0.80
FileDictionarySourceMethod · 0.80
getStorageMethod · 0.80
createTableMethod · 0.80
executeImplMethod · 0.80

Calls 1

getLockFunction · 0.85

Tested by

no test coverage detected