MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / fetchConfig

Method fetchConfig

internal/tui/config_tab.go:62–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (m configTabModel) fetchConfig() tea.Msg {
63 cfg, err := m.client.GetConfig()
64 return configDataMsg{config: cfg, err: err}
65}
66
67func (m configTabModel) Update(msg tea.Msg) (configTabModel, tea.Cmd) {
68 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls 1

GetConfigMethod · 0.45

Tested by

no test coverage detected