MCPcopy Create free account
hub / github.com/Lotus6/AutoRepeater / toString

Method toString

src/burp/Utils/diff_match_patch.java:2371–2374  ·  view source on GitHub ↗

Display a human-readable version of this Diff. @return text version.

()

Source from the content-addressed store, hash-verified

2369 * @return text version.
2370 */
2371 public String toString() {
2372 String prettyText = this.text.replace('\n', '\u00b6');
2373 return "Diff(" + this.operation + ",\"" + prettyText + "\")";
2374 }
2375
2376 /**
2377 * Create a numeric hash value for a Diff.

Callers 15

exportSaveMethod · 0.45
addNewTabMethod · 0.45
getValueAtMethod · 0.45
setValueAtMethod · 0.45
readFileMethod · 0.45
exportLogEntriesToCsvMethod · 0.45
diff_charsToLinesMethod · 0.45
diff_prettyHtmlMethod · 0.45
diff_text1Method · 0.45
diff_text2Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected