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

Method getUserScriptsPath

src/Interpreters/Context.cpp:1440–1444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1438}
1439
1440String Context::getUserScriptsPath() const
1441{
1442 SharedLockGuard lock(shared->mutex);
1443 return shared->user_scripts_path;
1444}
1445
1446String Context::getFilesystemCachesPath() const
1447{

Callers 4

readImplMethod · 0.80
updateCommandIfNeededFunction · 0.80
getStreamForBlockMethod · 0.80
executeImplMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected