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

Function IsFloat

native/thirdpart/flatbuffers/reflection.h:39–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 return t >= reflection::UType && t <= reflection::ULong;
38}
39inline bool IsFloat(reflection::BaseType t) {
40 return t == reflection::Float || t == reflection::Double;
41}
42inline bool IsLong(reflection::BaseType t) {
43 return t == reflection::Long || t == reflection::ULong;
44}

Callers 1

SetFieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected