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

Function IsVector

native/thirdpart/flatbuffers/idl.h:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476}
477
478inline bool IsVector(const Type &type) {
479 return type.base_type == BASE_TYPE_VECTOR;
480}
481
482inline bool IsArray(const Type &type) {
483 return type.base_type == BASE_TYPE_ARRAY;

Callers 7

ParseFieldMethod · 0.85
ParseAnyValueMethod · 0.85
ParseSingleValueMethod · 0.85
ParseRootMethod · 0.85
IsAnyVectorMethod · 0.85
ToStringMethod · 0.85
IsSeriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected