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

Function FileExists

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

Source from the content-addressed store, hash-verified

84}
85
86bool FileExists(const char *name) {
87 FLATBUFFERS_ASSERT(g_file_exists_function);
88 return g_file_exists_function(name);
89}
90
91bool DirExists(const char *name) {
92 // clang-format off

Callers 1

DoParseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected