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

Method GetRoot

native/thirdpart/flatbuffers/grpc.h:70–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 T *GetMutableRoot() { return flatbuffers::GetMutableRoot<T>(mutable_data()); }
69
70 const T *GetRoot() const { return flatbuffers::GetRoot<T>(data()); }
71
72 // This is only intended for serializer use, or if you know what you're doing
73 const grpc_slice &BorrowSlice() const { return slice_; }

Callers

nothing calls this directly

Calls 1

dataFunction · 0.85

Tested by

no test coverage detected