MCPcopy Create free account
hub / github.com/couchbase/forestdb / stat

Class stat

tests/functional/compact_functional_test.cc:1208–1208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1206#if !defined(WIN32) && !defined(_WIN32)
1207static bool does_file_exist(const char *filename) {
1208 struct stat st;
1209 int result = stat(filename, &st);
1210 return result == 0;
1211}

Callers 1

does_file_existFunction · 0.70

Calls

no outgoing calls

Tested by 1

does_file_existFunction · 0.56