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

Method IsTypedVector

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

Source from the content-addressed store, hash-verified

405 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; }
406 bool IsUntypedVector() const { return type_ == FBT_VECTOR; }
407 bool IsTypedVector() const { return flexbuffers::IsTypedVector(type_); }
408 bool IsFixedTypedVector() const {
409 return flexbuffers::IsFixedTypedVector(type_);
410 }

Callers

nothing calls this directly

Calls 1

IsTypedVectorFunction · 0.85

Tested by

no test coverage detected