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

Function GetSchema

native/thirdpart/flatbuffers/reflection_generated.h:1233–1235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1231}
1232
1233inline const reflection::Schema *GetSchema(const void *buf) {
1234 return flatbuffers::GetRoot<reflection::Schema>(buf);
1235}
1236
1237inline const reflection::Schema *GetSizePrefixedSchema(const void *buf) {
1238 return flatbuffers::GetSizePrefixedRoot<reflection::Schema>(buf);

Callers 1

DeserializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected