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

Method Token

tui/login.go:217–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217func (m LoginModel) Token() string {
218 if strings.TrimSpace(m.token) != "" {
219 return m.token
220 }
221 return m.tokenInput.Value()
222}
223
224func (m LoginModel) Error() error {
225 return m.err

Callers 1

runInteractiveLoginFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected