Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
86
bool FileExists(const char *name) {
87
FLATBUFFERS_ASSERT(g_file_exists_function);
88
return g_file_exists_function(name);
89
}
90
91
bool DirExists(const char *name) {
92
// clang-format off
Callers
1
DoParse
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected