MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / newFileEntry

Method newFileEntry

src/SearchResultsCollector.cpp:32–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32void SearchResultsCollector::newFileEntry(ScintillaNext *editor)
33{
34 // There may be a result that was not passed along yet
35 if (runningHitCount > 0) {
36 child->newResultsEntry(prevLine, prevLineNumber, prevStartPositionFromBeginning, prevEndPositionFromBeginning, runningHitCount);
37 }
38 runningHitCount = 0;
39
40 child->newFileEntry(editor);
41}
42
43void SearchResultsCollector::newResultsEntry(const QString line, int lineNumber, int startPositionFromBeginning, int endPositionFromBeginning, int hitCount)
44{

Callers

nothing calls this directly

Calls 1

newResultsEntryMethod · 0.45

Tested by

no test coverage detected