Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AshampooSystems/boden
/ ~View
Method
~View
framework/ui/src/View.cpp:47–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
View::~View()
48
{
49
if (auto layout = _layout.get()) {
50
layout->unregisterView(this);
51
}
52
}
53
54
void View::setLayout(std::shared_ptr<Layout> layout)
55
{
Callers
nothing calls this directly
Calls
2
unregisterView
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected