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

Method getFileSize

src/Disks/DiskLocal.cpp:227–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227size_t DiskLocal::getFileSize(const String & path) const
228{
229 return fs::file_size(fs::path(disk_path) / path);
230}
231
232void DiskLocal::createDirectory(const String & path)
233{

Callers 11

sendDataMethod · 0.45
getSizeMethod · 0.45
submitDataPartMethod · 0.45
read_stateMethod · 0.45
updateMethod · 0.45
checkMethod · 0.45
repairMethod · 0.45
readBySelectFunction · 0.45
asArrowFileFunction · 0.45
fetchPartsFromRemoteMethod · 0.45

Calls

no outgoing calls

Tested by 1

getSizeMethod · 0.36