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

Method canWrite

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

Source from the content-addressed store, hash-verified

79 }
80
81 public static boolean canWrite(Path path) {
82 return Files.isWritable(path);
83 }
84
85 public static String getContentType(Path path) throws IOException {
86 String type;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected