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

Function SendLoginSuccess

tui/login.go:228–232  ·  view source on GitHub ↗
(p *tea.Program, token string)

Source from the content-addressed store, hash-verified

226}
227
228func SendLoginSuccess(p *tea.Program, token string) {
229 if p != nil {
230 p.Send(loginSuccessMsg{Token: token})
231 }
232}
233
234func SendLoginError(p *tea.Program, err error) {
235 if p != nil {

Callers 1

runInteractiveLoginFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected