MCPcopy 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
11func IsExistingPath(path string) bool {
12 return !IsNotExistingPath(path)
13}

Callers 7

HandleUnzipFunction · 0.92
HandleZipFunction · 0.92
CreateItemFunction · 0.92
DeleteFunction · 0.92
RecoverItemFunction · 0.92
CreateCopyFunction · 0.92
CreateIfNotExistsFunction · 0.85

Calls 1

IsNotExistingPathFunction · 0.85

Tested by

no test coverage detected