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

Method childViews

framework/ui/platforms/android/src/NavigationViewCore.cpp:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 std::vector<std::shared_ptr<View>> NavigationViewCore::childViews() const
42 {
43 if (!_stack.empty()) {
44 return {_stack.back().container};
45 }
46 return {};
47 }
48
49 void NavigationViewCore::visitInternalChildren(const std::function<void(std::shared_ptr<View::Core>)> &function)
50 {

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected