Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/PROJ
/ stat
Class
stat
src/filemanager.cpp:1041–1041 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1039
#else
1040
(void)ctx;
1041
struct stat sStat;
1042
return stat(filename, &sStat) == 0;
1043
#endif
1044
}
Callers
1
exists
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected