Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OverloadBlitz/cloudcent-cli
/ tickCmd
Function
tickCmd
internal/tui/app.go:136–140 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
func
tickCmd() tea.Cmd {
137
return
tea.Tick(100*time.Millisecond,
func
(t time.Time) tea.Msg {
138
return
tickMsg{}
139
})
140
}
141
142
// Update implements tea.Model.
143
func
(a App) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
Callers
2
Init
Method · 0.85
Update
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected