Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InternRobotics/OpenHomie
/ IsInt64
Function
IsInt64
HomieDeploy/unitree_sdk2/include/unitree/common/any.hpp:152–155 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
static inline bool IsInt64(const Any& any)
153
{
154
return any.GetTypeInfo() == typeid(int64_t);
155
}
156
157
static inline bool IsUint64(const Any& any)
158
{
Callers
1
IsInteger
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected