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

Method View

internal/tui/keys_tab.go:271–276  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

269}
270
271func (m keysTabModel) View() string {
272 if !m.ready {
273 return T("loading")
274 }
275 return m.viewport.View()
276}
277
278func (m keysTabModel) renderContent() string {
279 var sb strings.Builder

Callers 1

renderContentMethod · 0.45

Calls 1

TFunction · 0.85

Tested by

no test coverage detected