Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreSprite/LibreSprite
/ closeView
Method
closeView
src/app/ui/workspace.cpp:78–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
76
}
77
78
bool Workspace::closeView(WorkspaceView* view, bool quitting)
79
{
80
return view->onCloseView(this, quitting);
81
}
82
83
WorkspaceView* Workspace::activeView()
84
{
Callers
3
onExecute
Method · 0.80
onExecute
Method · 0.80
onCloseTab
Method · 0.80
Calls
1
onCloseView
Method · 0.45
Tested by
no test coverage detected