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

Method waitForNextPoll

internal/tui/logs_tab.go:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (m logsTabModel) waitForNextPoll() tea.Cmd {
63 return tea.Tick(2*time.Second, func(_ time.Time) tea.Msg {
64 return logsTickMsg{}
65 })
66}
67
68func (m logsTabModel) waitForLog() tea.Msg {
69 if m.hook == nil {

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected