Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ operator()
Method
operator()
plugins/documentview/kdevdocumentview.cpp:145–145 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
class DocSaver
144
{
145
public: void operator()(KDevelop::IDocument* doc) { doc->save(); }
146
};
147
class DocCloser
148
{
Callers
nothing calls this directly
Calls
1
save
Method · 0.45
Tested by
no test coverage detected