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

Function CheckConfigFile

internal/cli/install_check.go:31–33  ·  view source on GitHub ↗
(configPath string)

Source from the content-addressed store, hash-verified

29)
30
31func CheckConfigFile(configPath string) bool {
32 return dir.CheckFileExist(configPath)
33}
34
35func CheckUploadDir() bool {
36 return dir.CheckDirExist(path.UploadFilePath)

Callers 5

CheckConfigFileFunction · 0.92
InitEnvironmentFunction · 0.92
command.goFile · 0.92
InstallConfigFileFunction · 0.70

Calls 1

CheckFileExistFunction · 0.92

Tested by

no test coverage detected