Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/Fastbot_Android
/ IsInline
Function
IsInline
native/thirdpart/flatbuffers/flexbuffers.h:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
};
85
86
inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; }
87
88
inline bool IsTypedVectorElementType(Type t) {
89
return (t >= FBT_INT && t <= FBT_STRING) || t == FBT_BOOL;
Callers
2
ElemWidth
Method · 0.85
StoredWidth
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected