MCPcopy Create free account
hub / github.com/LianjiaTech/json-diff / setLeftPath

Method setLeftPath

src/main/java/com/ke/diff/model/Result.java:40–42  ·  view source on GitHub ↗
(String leftPath)

Source from the content-addressed store, hash-verified

38 }
39
40 public void setLeftPath(String leftPath) {
41 this.leftPath = leftPath;
42 }
43
44 public void setRightPath(String rightPath) {
45 this.rightPath = rightPath;

Callers 4

constructResultMethod · 0.95
convertMethod · 0.95
exchangePathAndResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected