Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MertJSX/folderhost
/ IsExistingPath
Function
IsExistingPath
utils/path_queries.go:11–13 ·
view source on GitHub ↗
(path string)
Source
from the content-addressed store, hash-verified
9
}
10
11
func
IsExistingPath(path string) bool {
12
return
!IsNotExistingPath(path)
13
}
Callers
7
HandleUnzip
Function · 0.92
HandleZip
Function · 0.92
CreateItem
Function · 0.92
Delete
Function · 0.92
RecoverItem
Function · 0.92
CreateCopy
Function · 0.92
CreateIfNotExists
Function · 0.85
Calls
1
IsNotExistingPath
Function · 0.85
Tested by
no test coverage detected