Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M66B/FairEmail
/ listFiles
Method
listFiles
app/src/main/java/eu/faircode/email/Helper.java:3131–3133 ·
view source on GitHub ↗
(File dir)
Source
from the content-addressed store, hash-verified
3129
}
3130
3131
static
List<File> listFiles(File dir) {
3132
return
listFiles(dir, null);
3133
}
3134
3135
static
List<File> listFiles(File dir, Long minSize) {
3136
List<File> files =
new
ArrayList<>();
Callers
13
convert
Method · 0.95
onExecute
Method · 0.95
attachEnvironment
Method · 0.95
delete
Method · 0.80
cleanup
Method · 0.80
run
Method · 0.80
_get
Method · 0.80
onExecute
Method · 0.80
getSizeUsed
Method · 0.80
delete
Method · 0.80
getLogFiles
Method · 0.80
cleanup
Method · 0.80
Calls
4
isDirectory
Method · 0.80
addAll
Method · 0.80
length
Method · 0.45
add
Method · 0.45
Tested by
no test coverage detected