Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
478
inline bool IsVector(const Type &type) {
479
return type.base_type == BASE_TYPE_VECTOR;
480
}
481
482
inline bool IsArray(const Type &type) {
483
return type.base_type == BASE_TYPE_ARRAY;
Callers
7
ParseField
Method · 0.85
ParseAnyValue
Method · 0.85
ParseSingleValue
Method · 0.85
ParseRoot
Method · 0.85
IsAnyVector
Method · 0.85
ToString
Method · 0.85
IsSeries
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected