Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ isNumber
Method
isNumber
include/behaviortree_cpp/utils/safe_any.hpp:345–349 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
}
344
345
inline bool Any::isNumber() const
346
{
347
return _any.type() == typeid(int64_t) || _any.type() == typeid(uint64_t) ||
348
_any.type() == typeid(double);
349
}
350
351
inline bool Any::isIntegral() const
352
{
Callers
6
copyInto
Method · 0.80
evaluate
Method · 0.80
evaluate
Method · 0.80
evaluate
Method · 0.80
evaluate
Method · 0.80
LLVMFuzzerTestOneInput
Function · 0.80
Calls
1
type
Method · 0.45
Tested by
no test coverage detected