MCPcopy 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

143class DocSaver
144{
145public: void operator()(KDevelop::IDocument* doc) { doc->save(); }
146};
147class DocCloser
148{

Callers

nothing calls this directly

Calls 1

saveMethod · 0.45

Tested by

no test coverage detected