MCPcopy Create free account
hub / github.com/BlazingDB/blazingsql / stat

Class stat

engine/src/cache_machine/CacheDataLocalFile.cpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65
66size_t CacheDataLocalFile::fileSizeInBytes() const {
67 struct stat st;
68
69 if(stat(this->filePath_.c_str(), &st) == 0)
70 return (st.st_size);

Callers 1

fileSizeInBytesMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected