Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ pathExists
Method
pathExists
deps/memkind/src/test/dlopen_test.cpp:67–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
bool pathExists(const char *p)
68
{
69
struct stat info;
70
if (0 != stat(p, &info)) {
71
return false;
72
}
73
return true;
74
}
75
76
private:
77
void *handle;
Callers
nothing calls this directly
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected