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

Function GetAnyRoot

native/thirdpart/flatbuffers/reflection.h:91–93  ·  view source on GitHub ↗

Get the root, regardless of what type it is.

Source from the content-addressed store, hash-verified

89
90// Get the root, regardless of what type it is.
91inline Table *GetAnyRoot(uint8_t *flatbuf) {
92 return GetMutableRoot<Table>(flatbuf);
93}
94inline const Table *GetAnyRoot(const uint8_t *flatbuf) {
95 return GetRoot<Table>(flatbuf);
96}

Callers 2

ResizeContextMethod · 0.85
VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected