Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addFiles
Method · 0.95
objectExists
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected