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

Method getFileSize

src/Backups/BackupIO_Disk.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27UInt64 BackupReaderDisk::getFileSize(const String & file_name)
28{
29 return disk->getFileSize(root_path / file_name);
30}
31
32std::unique_ptr<ReadBufferFromFileBase> BackupReaderDisk::readFile(const String & file_name)
33{

Callers 1

copyFileFromDiskMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected