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/data/ToolClone.java:13–15 ·
view source on GitHub ↗
(T src)
Source
from the content-addressed store, hash-verified
11
private
static
final
Cloner CLONER =
new
Cloner();
12
13
public
static
<T> T clone(T src) {
14
return
CLONER.deepClone(src);
15
}
16
17
public
static
Cloner getInstance() {
18
return
CLONER;
Callers
1
init
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected