MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / stat

Class stat

deps/memkind/src/test/dlopen_test.cpp:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 bool pathExists(const char *p)
68 {
69 struct stat info;
70 if (0 != stat(p, &info)) {
71 return false;
72 }

Callers 1

pathExistsMethod · 0.70

Calls

no outgoing calls

Tested by 1

pathExistsMethod · 0.56