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

Method View

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

Source from the content-addressed store, hash-verified

158}
159
160func (m authTabModel) View() string {
161 if !m.ready {
162 return T("loading")
163 }
164 return m.viewport.View()
165}
166
167func (m authTabModel) renderContent() string {
168 var sb strings.Builder

Callers 1

renderContentMethod · 0.45

Calls 1

TFunction · 0.85

Tested by

no test coverage detected