Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ existsFileOrDirectory
Method
existsFileOrDirectory
src/Disks/DiskLocal.cpp:306–309 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
304
}
305
306
bool DiskLocal::existsFileOrDirectory(const String & path) const
307
{
308
return fs::exists(fs::path(disk_path) / path);
309
}
310
311
bool DiskLocal::existsFile(const String & path) const
312
{
Callers
9
nextFile
Method · 0.45
Backup
Function · 0.45
~TemporaryFileOnDisk
Method · 0.45
createTable
Method · 0.45
getObjectMetadataModificationTime
Method · 0.45
iterateMetadataFiles
Method · 0.45
beforeLoadingMetadata
Method · 0.45
tryCreateSymlink
Method · 0.45
tryCreateMetadataSymlink
Method · 0.45
Calls
1
exists
Function · 0.50
Tested by
no test coverage detected