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

Function GetConfigFilePath

internal/base/path/path.go:51–53  ·  view source on GitHub ↗

GetConfigFilePath get config file path

()

Source from the content-addressed store, hash-verified

49
50// GetConfigFilePath get config file path
51func GetConfigFilePath() string {
52 return filepath.Join(ConfigFileDir, DefaultConfigFileName)
53}

Callers 3

ResetPasswordFunction · 0.92
runAppFunction · 0.92
command.goFile · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected