MCPcopy Create free account
hub / github.com/AandStep/ResultV / GetConfig

Method GetConfig

app.go:588–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

586}
587
588func (a *App) GetConfig() (config.AppConfig, error) {
589 if a.config == nil {
590 return config.DefaultConfig(), nil
591 }
592 return a.config.GetConfig(), nil
593}
594
595func (a *App) SaveConfig(cfg config.AppConfig) error {
596 if a.config == nil {

Callers 15

startupMethod · 0.45
SaveConfigMethod · 0.45
ConnectMethod · 0.45
ApplyModeMethod · 0.45
ToggleAdBlockMethod · 0.45
adBlockStatusDTOMethod · 0.45
UpdateAdBlockFiltersMethod · 0.45
ExportConfigMethod · 0.45
ImportConfigMethod · 0.45
SyncProxiesMethod · 0.45

Calls 1

DefaultConfigFunction · 0.92

Tested by

no test coverage detected