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

Method childViews

framework/ui/src/ScrollView.cpp:38–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 std::vector<std::shared_ptr<View>> ScrollView::childViews() const
39 {
40 assert(Application::isMainThread());
41
42 if (contentView.get() != nullptr) {
43 return {contentView.get()};
44 }
45
46 return {};
47 }
48}

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected