Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thunder-Compute/thunder-cli
/ SendLoginCancel
Function
SendLoginCancel
tui/login.go:240–244 ·
view source on GitHub ↗
(p *tea.Program)
Source
from the content-addressed store, hash-verified
238
}
239
240
func
SendLoginCancel(p *tea.Program) {
241
if
p != nil {
242
p.Send(loginCancelMsg{})
243
}
244
}
Callers
1
runInteractiveLogin
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected