Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testConstructResult
Method · 0.95
diff
Method · 0.95
parentContextAddChildContext
Method · 0.80
Calls
no outgoing calls
Tested by
1
testConstructResult
Method · 0.76