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

Method fetchFiles

internal/tui/auth_tab.go:72–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70}
71
72func (m authTabModel) fetchFiles() tea.Msg {
73 files, err := m.client.GetAuthFiles()
74 return authFilesMsg{files: files, err: err}
75}
76
77func (m authTabModel) Update(msg tea.Msg) (authTabModel, tea.Cmd) {
78 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls 1

GetAuthFilesMethod · 0.80

Tested by

no test coverage detected