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

Method size

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

Source from the content-addressed store, hash-verified

59 const uint8_t *data() const { return GRPC_SLICE_START_PTR(slice_); }
60
61 size_t size() const { return GRPC_SLICE_LENGTH(slice_); }
62
63 bool Verify() const {
64 Verifier verifier(data(), size());

Callers 1

GetMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected