Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
482
inline bool IsArray(const Type &type) {
483
return type.base_type == BASE_TYPE_ARRAY;
484
}
485
486
inline bool IsSeries(const Type &type) {
487
return IsVector(type) || IsArray(type);
Callers
4
ParseField
Method · 0.85
IsSeries
Function · 0.85
InlineSize
Function · 0.85
InlineAlignment
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected