MCPcopy Create free account
hub / github.com/ReZeroS/git / isFile

Method isFile

src/main/java/club/qqtim/util/FileUtil.java:157–159  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

155
156
157 public static boolean isFile(String path) {
158 return new File(path).isFile();
159 }
160
161
162

Callers 2

addFilesMethod · 0.95
objectExistsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected