MCPcopy Create free account
hub / github.com/KDE/kdevelop / revisionForFile

Method revisionForFile

kdevplatform/language/editor/modificationrevision.cpp:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105ModificationRevision ModificationRevision::revisionForFile(const IndexedString& url)
106{
107 return cacheData().op([&url](CacheData& data) { return data.revisionForFile(url); });
108}
109
110void ModificationRevision::clearEditorRevisionForFile(const IndexedString& url)
111{

Callers 1

Calls 1

opMethod · 0.80

Tested by

no test coverage detected