MCPcopy Index your code
hub / github.com/LianjiaTech/json-diff / getLeft

Method getLeft

src/main/java/com/ke/diff/model/Result.java:48–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46 }
47
48 public Object getLeft() {
49 return left;
50 }
51
52 public void setLeft(Object left) {
53 this.left = left;

Callers 15

mainMethod · 0.45
testJsonElement2StrMethod · 0.45
diffMethod · 0.45
testDiff1Method · 0.45
testDiff2Method · 0.45
testDiff3Method · 0.45

Calls

no outgoing calls

Tested by 15

mainMethod · 0.36
testJsonElement2StrMethod · 0.36
diffMethod · 0.36
testDiff1Method · 0.36
testDiff2Method · 0.36
testDiff3Method · 0.36