Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ _stati64
Class
_stati64
flow/Platform.actor.cpp:2933–2933 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2931
int64_t fileSize(std::string const& filename) {
2932
#ifdef _WIN32
2933
struct _stati64 file_status;
2934
if (_stati64(filename.c_str(), &file_status) != 0)
2935
return 0;
2936
else
Callers
1
fileSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected