Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OSGeo/PROJ
/ stat
Class
stat
test/unit/test_network.cpp:2108–2108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2106
void *user_data) -> int {
2107
static_cast<UserData *>(user_data)->in_exists = true;
2108
struct stat buf;
2109
return stat(filename, &buf) == 0;
2110
};
2111
api.mkdir_cbk = [](PJ_CONTEXT *, const char *filename,
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.56