MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / HasChildren

Method HasChildren

ZEngine/src/UIComponent.cpp:47–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool UIComponent::HasChildren() const {
48 return m_children.size() > 0;
49 }
50
51 void UIComponent::AddChild(Ref<UIComponent>& item) {
52 if (!item->HasParentUI()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected