MCPcopy Create free account
hub / github.com/ReadyTalk/avian / list

Method list

classpath/java/io/File.java:266–268  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

264 }
265
266 public String[] list() {
267 return list(null);
268 }
269
270 public String[] list(FilenameFilter filter) {
271 long handle = 0;

Callers 1

listFilesMethod · 0.95

Calls 4

openDirMethod · 0.95
readDirMethod · 0.95
closeDirMethod · 0.95
acceptMethod · 0.65

Tested by

no test coverage detected