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

Function LoadFile

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

Source from the content-addressed store, hash-verified

79static FileExistsFunction g_file_exists_function = FileExistsRaw;
80
81bool LoadFile(const char *name, bool binary, std::string *buf) {
82 FLATBUFFERS_ASSERT(g_load_file_function);
83 return g_load_file_function(name, binary, buf);
84}
85
86bool FileExists(const char *name) {
87 FLATBUFFERS_ASSERT(g_file_exists_function);

Callers 4

LoadFileMethod · 0.85
DoParseMethod · 0.85
CompileMethod · 0.85
LoadSchemaMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected