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

Method viewCore

framework/ui/src/View.cpp:129–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 std::shared_ptr<View::Core> View::viewCore()
130 {
131 lazyInitCore();
132 return _core;
133 }
134
135 std::shared_ptr<View::Core> View::viewCore() const
136 {

Callers 4

visitInternalChildrenMethod · 0.80
visitInternalChildrenMethod · 0.80
visitInternalChildrenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected