MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / flatbuffers_stat

Class flatbuffers_stat

native/thirdpart/flatbuffers/util.cpp:102–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100 #endif
101 // clang-format on
102 struct flatbuffers_stat file_info;
103 if (flatbuffers_stat(name, &file_info) != 0) return false;
104 return (file_info.st_mode & FLATBUFFERS_S_IFDIR) != 0;
105}

Callers 1

DirExistsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected