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

Method State

tui/login.go:213–215  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211}
212
213func (m LoginModel) State() LoginState {
214 return m.state
215}
216
217func (m LoginModel) Token() string {
218 if strings.TrimSpace(m.token) != "" {

Callers 1

runInteractiveLoginFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected