Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ clone
Method
clone
common/src/main/java/pro/tools/time/DatePlus.java:567–570 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
565
}
566
567
@Override
568
public
DatePlus clone() {
569
return
new
DatePlus(this.localDateTime);
570
}
571
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected