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

Method isSame

src/main/java/com/ke/diff/model/DiffContext.java:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 public boolean isSame() {
34 return isSame;
35 }
36
37 public void setSame(boolean same) {
38 isSame = same;

Callers 4

diffMethod · 0.95
diffValueByKeyMethod · 0.95

Calls

no outgoing calls

Tested by 1

diffMethod · 0.76