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

Function IsScalar

native/thirdpart/flatbuffers/reflection.h:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// ------------------------- GETTERS -------------------------
32
33inline bool IsScalar(reflection::BaseType t) {
34 return t >= reflection::UType && t <= reflection::Double;
35}
36inline bool IsInteger(reflection::BaseType t) {
37 return t >= reflection::UType && t <= reflection::ULong;
38}

Callers 1

SetFieldFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected