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

Method setSame

src/main/java/com/ke/diff/model/DiffContext.java:37–39  ·  view source on GitHub ↗
(boolean same)

Source from the content-addressed store, hash-verified

35 }
36
37 public void setSame(boolean same) {
38 isSame = same;
39 }
40
41 public List<SingleNodeDifference> getDiffResultModels() {
42 return singleNodeDifferences;

Callers 3

testConstructResultMethod · 0.95
diffMethod · 0.95

Calls

no outgoing calls

Tested by 1

testConstructResultMethod · 0.76