MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / findPrevious

Method findPrevious

src/common/find/outputdocumentfind.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void OutputDocumentFind::findPrevious(const QString &txt)
118{
119 d->find(txt, d->textCursor(), true);
120}
121
122bool OutputDocumentFind::supportsReplace() const
123{

Callers

nothing calls this directly

Calls 2

textCursorMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected