MCPcopy Index your code
hub / github.com/apache/answer / CheckUploadDir

Function CheckUploadDir

internal/cli/install_check.go:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33}
34
35func CheckUploadDir() bool {
36 return dir.CheckDirExist(path.UploadFilePath)
37}
38
39// CheckDBConnection check database whether the connection is normal
40func CheckDBConnection(dataConf *data.Database) bool {

Callers 1

command.goFile · 0.92

Calls 1

CheckDirExistFunction · 0.92

Tested by

no test coverage detected