Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LianjiaTech/json-diff
/ setLeftPath
Method
setLeftPath
src/main/java/com/ke/diff/model/Result.java:40–42 ·
view source on GitHub ↗
(String leftPath)
Source
from the content-addressed store, hash-verified
38
}
39
40
public
void
setLeftPath(String leftPath) {
41
this.leftPath = leftPath;
42
}
43
44
public
void
setRightPath(String rightPath) {
45
this.rightPath = rightPath;
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