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

Method EmptyVector

native/thirdpart/flatbuffers/flexbuffers.h:274–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 Reference operator[](size_t i) const;
273
274 static Vector EmptyVector() {
275 static const uint8_t empty_vector[] = { 0 /*len*/ };
276 return Vector(empty_vector + 1, 1);
277 }
278 bool IsTheEmptyVector() const { return data_ == EmptyVector().data_; }
279};
280

Callers

nothing calls this directly

Calls 1

VectorFunction · 0.70

Tested by

no test coverage detected