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

Method dirStream

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

Source from the content-addressed store, hash-verified

180 }
181
182 public static Stream<Path> dirStream(Path dir) throws IOException {
183 return Files.list(dir);
184 }
185
186 //endregion
187

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected