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

Method prevHunk

plugins/patchreview/patchreviewtoolview.cpp:299–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void PatchReviewToolView::prevHunk()
300{
301 IDocument* current = ICore::self()->documentController()->activeDocument();
302 if(current && current->textDocument())
303 m_plugin->seekHunk( false, current->textDocument()->url() );
304}
305
306void PatchReviewToolView::seekFile(bool forwards)
307{

Callers

nothing calls this directly

Calls 5

activeDocumentMethod · 0.80
documentControllerMethod · 0.80
seekHunkMethod · 0.80
textDocumentMethod · 0.45
urlMethod · 0.45

Tested by

no test coverage detected