MCPcopy 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
345inline bool Any::isNumber() const
346{
347 return _any.type() == typeid(int64_t) || _any.type() == typeid(uint64_t) ||
348 _any.type() == typeid(double);
349}
350
351inline bool Any::isIntegral() const
352{

Callers 6

copyIntoMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
evaluateMethod · 0.80
LLVMFuzzerTestOneInputFunction · 0.80

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected