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

Method View

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

Source from the content-addressed store, hash-verified

240}
241
242func (m configTabModel) View() string {
243 if !m.ready {
244 return T("loading")
245 }
246 return m.viewport.View()
247}
248
249func (m configTabModel) renderContent() string {
250 var sb strings.Builder

Callers 1

renderContentMethod · 0.45

Calls 1

TFunction · 0.85

Tested by

no test coverage detected