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

Function empty

include/behaviortree_cpp/contrib/json.hpp:14002–14005  ·  view source on GitHub ↗

@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/

Source from the content-addressed store, hash-verified

14000 /// @brief return whether pointer points to the root document
14001 /// @sa https://json.nlohmann.me/api/json_pointer/empty/
14002 bool empty() const noexcept
14003 {
14004 return reference_tokens.empty();
14005 }
14006
14007 private:
14008 /*!

Callers 5

parent_pointerFunction · 0.85
pop_backFunction · 0.85
json.hppFile · 0.85
clearMethod · 0.85
anyClass · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected