Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
227
size_t DiskLocal::getFileSize(const String & path) const
228
{
229
return fs::file_size(fs::path(disk_path) / path);
230
}
231
232
void DiskLocal::createDirectory(const String & path)
233
{
Callers
11
sendData
Method · 0.45
getSize
Method · 0.45
submitDataPart
Method · 0.45
read_state
Method · 0.45
update
Method · 0.45
check
Method · 0.45
repair
Method · 0.45
readBySelect
Function · 0.45
asArrowFile
Function · 0.45
getFileSizeRecursively
Method · 0.45
fetchPartsFromRemote
Method · 0.45
Calls
no outgoing calls
Tested by
1
getSize
Method · 0.36