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