MCPcopy 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
86inline bool IsInline(Type t) { return t <= FBT_FLOAT || t == FBT_BOOL; }
87
88inline bool IsTypedVectorElementType(Type t) {
89 return (t >= FBT_INT && t <= FBT_STRING) || t == FBT_BOOL;

Callers 2

ElemWidthMethod · 0.85
StoredWidthMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected