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

Method IsNumeric

native/thirdpart/flatbuffers/flexbuffers.h:401–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 return type_ == FBT_FLOAT || type_ == FBT_INDIRECT_FLOAT;
400 }
401 bool IsNumeric() const { return IsIntOrUint() || IsFloat(); }
402 bool IsString() const { return type_ == FBT_STRING; }
403 bool IsKey() const { return type_ == FBT_KEY; }
404 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