MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / IsNumeric

Method IsNumeric

Libs/flatbuffers/flexbuffers.h:402–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 return type_ == FBT_FLOAT || type_ == FBT_INDIRECT_FLOAT;
401 }
402 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); }
403 bool IsString() const { return type_ == FBT_STRING; }
404 bool IsKey() const { return type_ == FBT_KEY; }
405 bool IsVector() const { return type_ == FBT_VECTOR || type_ == FBT_MAP; }

Callers

nothing calls this directly

Calls 1

IsFloatFunction · 0.70

Tested by

no test coverage detected