MCPcopy 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
162bool PartDocument::closeDocument(bool silent) {
163 return close(silent ? Silent : Default);
164}
165
166void PartDocument::reload()
167{

Callers

nothing calls this directly

Calls 1

closeFunction · 0.85

Tested by

no test coverage detected