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

Function newConnectModel

tui/connect.go:51–58  ·  view source on GitHub ↗
(instances []string)

Source from the content-addressed store, hash-verified

49}
50
51func newConnectModel(instances []string) connectModel {
52 s := NewPrimarySpinner()
53 return connectModel{
54 instances: instances,
55 styles: newConnectStyles(),
56 spinner: s,
57 }
58}
59
60func newConnectFetchModel(client *api.Client) connectModel {
61 s := NewPrimarySpinner()

Callers 2

RunConnectFunction · 0.85

Calls 2

NewPrimarySpinnerFunction · 0.85
newConnectStylesFunction · 0.85

Tested by

no test coverage detected