MCPcopy Create free account
hub / github.com/InternRobotics/OpenHomie / IsInt8

Function IsInt8

HomieDeploy/unitree_sdk2/include/unitree/common/any.hpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static inline bool IsInt8(const Any& any)
123{
124 return any.GetTypeInfo() == typeid(int8_t);
125}
126
127static inline bool IsUint8(const Any& any)
128{

Callers 1

IsIntegerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected