Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
31
func
CheckConfigFile(configPath string) bool {
32
return
dir.CheckFileExist(configPath)
33
}
34
35
func
CheckUploadDir() bool {
36
return
dir.CheckDirExist(path.UploadFilePath)
Callers
5
CheckConfigFileAndRedirectToInstallPage
Function · 0.92
CheckConfigFile
Function · 0.92
InitEnvironment
Function · 0.92
command.go
File · 0.92
InstallConfigFile
Function · 0.70
Calls
1
CheckFileExist
Function · 0.92
Tested by
no test coverage detected