| 1945 | } |
| 1946 | |
| 1947 | bool Node::has_node(const NodePath &p_path) const { |
| 1948 | return get_node_or_null(p_path) != nullptr; |
| 1949 | } |
| 1950 | |
| 1951 | Node *Node::find_child(const String &p_pattern, bool p_recursive, bool p_owned) const { |
| 1952 | ERR_THREAD_GUARD_V(nullptr); |
no outgoing calls
no test coverage detected