Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ closeDocument
Method
closeDocument
kdevplatform/shell/partdocument.cpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
}
161
162
bool PartDocument::closeDocument(bool silent) {
163
return close(silent ? Silent : Default);
164
}
165
166
void PartDocument::reload()
167
{
Callers
nothing calls this directly
Calls
1
close
Function · 0.85
Tested by
no test coverage detected