Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LianjiaTech/json-diff
/ setRightPath
Method
setRightPath
src/main/java/com/ke/diff/model/Result.java:44–46 ·
view source on GitHub ↗
(String rightPath)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
void
setRightPath(String rightPath) {
45
this.rightPath = rightPath;
46
}
47
48
public
Object getLeft() {
49
return
left;
Callers
4
constructResult
Method · 0.95
convert
Method · 0.95
exchangePathAndResult
Method · 0.45
exchangeLeftAndRightPath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected