Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
static inline bool IsInt8(const Any& any)
123
{
124
return any.GetTypeInfo() == typeid(int8_t);
125
}
126
127
static inline bool IsUint8(const Any& any)
128
{
Callers
1
IsInteger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected