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

Method canRead

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

Source from the content-addressed store, hash-verified

75 }
76
77 public static boolean canRead(Path path) {
78 return Files.isReadable(path);
79 }
80
81 public static boolean canWrite(Path path) {
82 return Files.isWritable(path);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected