Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternRobotics/OpenHomie
/ IsInt16
Function
IsInt16
HomieDeploy/unitree_sdk2/include/unitree/common/any.hpp:132–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
static inline bool IsInt16(const Any& any)
133
{
134
return any.GetTypeInfo() == typeid(int16_t);
135
}
136
137
static inline bool IsUint16(const Any& any)
138
{
Callers
1
IsInteger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected