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

Method setSkippedLines

src/plugins/git/utils/diffutils.h:153–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 void setLineNumber(int blockNumber, int lineNumber);
152 void setFileInfo(int blockNumber, const DiffFileInfo &fileInfo);
153 void setSkippedLines(int blockNumber, int skippedLines, const QString &contextInfo = {})
154 {
155 blockSkippedLines[blockNumber] = { skippedLines, contextInfo };
156 setSeparator(blockNumber, true);
157 }
158 void setSeparator(int blockNumber, bool separator) { blockSeparators[blockNumber] = separator; }
159};
160

Callers 1

diffOutputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected