Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ deferDelete
Method
deferDelete
src/ui/widget.cpp:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
void Widget::deferDelete()
114
{
115
manager()->addToGarbage(this);
116
}
117
118
PropertyPtr Widget::getProperty(const std::string& name) const
119
{
Callers
5
rebuildRecentList
Method · 0.80
rebuildList
Method · 0.80
fillList
Method · 0.80
removeView
Method · 0.80
regenerate
Method · 0.80
Calls
1
addToGarbage
Method · 0.80
Tested by
no test coverage detected