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

Method toString

src/plugins/git/utils/differ.cpp:917–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

915}
916
917QString Diff::toString() const
918{
919 QString prettyText = text;
920 // Replace linebreaks with pretty char
921 prettyText.replace('\n', '\xb6');
922 return commandString(command) + " \"" + prettyText + "\"";
923}
924
925///////////////
926

Callers 15

eventProcessMethod · 0.45
MessageBuilderClass · 0.45
handleOutputRecordMethod · 0.45
parseNotifyDataMethod · 0.45
parseResultDataMethod · 0.45
parseDisassembleDataMethod · 0.45
traceAddVariableMethod · 0.45
foreachFunction · 0.45
parseMapMethod · 0.45
initializeMethod · 0.45
foreachFunction · 0.45
selectLspServerFunction · 0.45

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected