MCPcopy
hub / github.com/PatchMon/PatchMon / GetConfigFile

Method GetConfigFile

agent-source-code/internal/config/config.go:101–103  ·  view source on GitHub ↗

GetConfigFile returns the path to the config file

()

Source from the content-addressed store, hash-verified

99
100// GetConfigFile returns the path to the config file
101func (m *Manager) GetConfigFile() string {
102 return m.configFile
103}
104
105// GetConfig returns the current configuration
106func (m *Manager) GetConfig() *models.Config {

Callers 4

showDiagnosticsFunction · 0.80
connectOnceFunction · 0.80
showConfigFunction · 0.80
configureCredsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected