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

Function IsInteger

native/thirdpart/flatbuffers/reflection.h:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 return t >= reflection::UType && t <= reflection::Double;
35}
36inline bool IsInteger(reflection::BaseType t) {
37 return t >= reflection::UType && t <= reflection::ULong;
38}
39inline bool IsFloat(reflection::BaseType t) {
40 return t == reflection::Float || t == reflection::Double;
41}

Callers 1

SetFieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected