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

Function IsArray

native/thirdpart/flatbuffers/idl.h:482–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482inline bool IsArray(const Type &type) {
483 return type.base_type == BASE_TYPE_ARRAY;
484}
485
486inline bool IsSeries(const Type &type) {
487 return IsVector(type) || IsArray(type);

Callers 4

ParseFieldMethod · 0.85
IsSeriesFunction · 0.85
InlineSizeFunction · 0.85
InlineAlignmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected