Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
160
func
(m authTabModel) View() string {
161
if
!m.ready {
162
return
T(
"loading"
)
163
}
164
return
m.viewport.View()
165
}
166
167
func
(m authTabModel) renderContent() string {
168
var
sb strings.Builder
Callers
1
renderContent
Method · 0.45
Calls
1
T
Function · 0.85
Tested by
no test coverage detected