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

Method Verify

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

Source from the content-addressed store, hash-verified

61 size_t size() const { return GRPC_SLICE_LENGTH(slice_); }
62
63 bool Verify() const {
64 Verifier verifier(data(), size());
65 return verifier.VerifyBuffer<T>(nullptr);
66 }
67
68 T *GetMutableRoot() { return flatbuffers::GetMutableRoot<T>(mutable_data()); }
69

Callers 2

DeserializeMethod · 0.45
VerifyStructFunction · 0.45

Calls 2

dataFunction · 0.85
sizeFunction · 0.85

Tested by

no test coverage detected