MCPcopy Create free account
hub / github.com/ReZeroS/git / diff

Method diff

src/main/java/club/qqtim/diff/algorithm/DiffAlgorithm.java:18–18  ·  view source on GitHub ↗

convert from content to target content @param fromLineObjects from content @param targetLineObjects target content @return convert short edit script

(List<LineObject> fromLineObjects, List<LineObject> targetLineObjects)

Source from the content-addressed store, hash-verified

16 * @return convert short edit script
17 */
18 List<LineObject> diff(List<LineObject> fromLineObjects, List<LineObject> targetLineObjects);
19
20}

Callers 1

diffBlobsMethod · 0.65

Implementers 1

MyersDiffsrc/main/java/club/qqtim/diff/algorith

Calls

no outgoing calls

Tested by

no test coverage detected