Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
func
(m logsTabModel) waitForNextPoll() tea.Cmd {
63
return
tea.Tick(2*time.Second,
func
(_ time.Time) tea.Msg {
64
return
logsTickMsg{}
65
})
66
}
67
68
func
(m logsTabModel) waitForLog() tea.Msg {
69
if
m.hook == nil {
Callers
1
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected