MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / SendLoginError

Function SendLoginError

tui/login.go:234–238  ·  view source on GitHub ↗
(p *tea.Program, err error)

Source from the content-addressed store, hash-verified

232}
233
234func SendLoginError(p *tea.Program, err error) {
235 if p != nil {
236 p.Send(loginErrorMsg{Err: err})
237 }
238}
239
240func SendLoginCancel(p *tea.Program) {
241 if p != nil {

Callers 1

runInteractiveLoginFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected