MCPcopy Create free account
hub / github.com/SeanDragon/protools / dirIterator

Method dirIterator

common/src/main/java/pro/tools/path/ToolPath.java:178–180  ·  view source on GitHub ↗
(Path dir)

Source from the content-addressed store, hash-verified

176 }
177
178 public static Iterator<Path> dirIterator(Path dir) {
179 return dir.iterator();
180 }
181
182 public static Stream<Path> dirStream(Path dir) throws IOException {
183 return Files.list(dir);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected