MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / boolean

Function boolean

include/behaviortree_cpp/contrib/json.hpp:6830–6834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6828 }
6829
6830 bool boolean(bool val)
6831 {
6832 handle_value(val);
6833 return true;
6834 }
6835
6836 bool number_integer(number_integer_t val)
6837 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected