| 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected