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

Function data

native/thirdpart/flatbuffers/flatbuffers.h:1013–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1011 size_t capacity() const { return reserved_; }
1012
1013 uint8_t *data() const {
1014 FLATBUFFERS_ASSERT(cur_);
1015 return cur_;
1016 }
1017
1018 uint8_t *scratch_data() const {
1019 FLATBUFFERS_ASSERT(buf_);

Callers 15

VerifyMethod · 0.85
GetRootMethod · 0.85
operator[]Function · 0.85
GenerateBinaryFunction · 0.85
MutateMethod · 0.85
MutateOffsetMethod · 0.85
GetMutablePointerMethod · 0.85
MutateImplMethod · 0.85
CopyFromSpanImplMethod · 0.85
VerifyMethod · 0.85
GetRootMethod · 0.85
CreateVectorFunction · 0.85

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected