MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IsAnyVector

Method IsAnyVector

Libs/flatbuffers/flexbuffers.h:411–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

409 return flexbuffers::IsFixedTypedVector(type_);
410 }
411 bool IsAnyVector() const {
412 return (IsTypedVector() || IsFixedTypedVector() || IsVector());
413 }
414 bool IsMap() const { return type_ == FBT_MAP; }
415 bool IsBlob() const { return type_ == FBT_BLOB; }
416 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