Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dianping/cat
/ copyDir
Method
copyDir
lib/java/src/main/java/com/dianping/cat/util/Files.java:74–76 ·
view source on GitHub ↗
(File from, File to)
Source
from the content-addressed store, hash-verified
72
INSTANCE;
73
74
public
void
copyDir(File from, File to) throws IOException {
75
copyDir(from, to, null);
76
}
77
78
public
void
copyDir(File from, File to, Policy policy) throws IOException {
79
String[] names = from.list();
Callers
nothing calls this directly
Calls
4
createDir
Method · 0.95
copyFile
Method · 0.95
apply
Method · 0.65
getPath
Method · 0.65
Tested by
no test coverage detected