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

Function IsEnum

native/thirdpart/flatbuffers/idl.h:490–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488}
489
490inline bool IsEnum(const Type &type) {
491 return type.enum_def != nullptr && IsInteger(type.base_type);
492}
493
494inline size_t InlineSize(const Type &type) {
495 return IsStruct(type)

Callers

nothing calls this directly

Calls 1

IsIntegerFunction · 0.70

Tested by

no test coverage detected