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

Method setRightPath

src/main/java/com/ke/diff/model/Result.java:44–46  ·  view source on GitHub ↗
(String rightPath)

Source from the content-addressed store, hash-verified

42 }
43
44 public void setRightPath(String rightPath) {
45 this.rightPath = rightPath;
46 }
47
48 public Object getLeft() {
49 return left;

Callers 4

constructResultMethod · 0.95
convertMethod · 0.95
exchangePathAndResultMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected