MCPcopy Create free account
hub / github.com/AshampooSystems/boden / childViews

Method childViews

framework/ui/src/ContainerView.cpp:42–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 std::vector<std::shared_ptr<View>> ContainerView::childViews() const
43 {
44 if (auto containerCore = core<ContainerView::Core>()) {
45 return containerCore->childViews();
46 }
47
48 throw std::runtime_error("???");
49 }
50}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected