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

Function newAuthTabModel

internal/tui/auth_tab.go:57–66  ·  view source on GitHub ↗
(client *Client)

Source from the content-addressed store, hash-verified

55}
56
57func newAuthTabModel(client *Client) authTabModel {
58 ti := textinput.New()
59 ti.CharLimit = 256
60 return authTabModel{
61 client: client,
62 expanded: -1,
63 confirm: -1,
64 editInput: ti,
65 }
66}
67
68func (m authTabModel) Init() tea.Cmd {
69 return m.fetchFiles

Callers 1

NewAppFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected