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

Method popView

framework/ui/src/NavigationView.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 }
23
24 void NavigationView::popView()
25 {
26 if (auto navigationViewCore = core<NavigationView::Core>()) {
27 navigationViewCore->popView();
28 }
29 }
30
31 std::vector<std::shared_ptr<View>> NavigationView::childViews() const
32 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected