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

Method IsAnyVector

native/thirdpart/flatbuffers/flexbuffers.h:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 return flexbuffers::IsFixedTypedVector(type_);
409 }
410 bool IsAnyVector() const {
411 return (IsTypedVector() || IsFixedTypedVector() || IsVector());
412 }
413 bool IsMap() const { return type_ == FBT_MAP; }
414 bool IsBlob() const { return type_ == FBT_BLOB; }
415 bool AsBool() const {

Callers

nothing calls this directly

Calls 3

IsTypedVectorFunction · 0.85
IsFixedTypedVectorFunction · 0.85
IsVectorFunction · 0.85

Tested by

no test coverage detected