Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ move
Method
move
app/src/main/java/com/github/catvod/utils/Path.java:91–95 ·
view source on GitHub ↗
(File in, File out)
Source
from the content-addressed store, hash-verified
89
}
90
91
public
static
void
move(File in, File out) {
92
if
(in.renameTo(out))
return
;
93
copy(in, out);
94
clear(in);
95
}
96
97
public
static
void
copy(File in, File out) {
98
try {
Callers
nothing calls this directly
Calls
2
copy
Method · 0.95
clear
Method · 0.95
Tested by
no test coverage detected