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

Function RunCreateHybrid

tui/create.go:1178–1182  ·  view source on GitHub ↗

RunCreateHybrid runs the create TUI with some steps pre-filled from CLI flags.

(client *api.Client, specs *utils.SpecStore, presets *CreatePresets)

Source from the content-addressed store, hash-verified

1176
1177// RunCreateHybrid runs the create TUI with some steps pre-filled from CLI flags.
1178func RunCreateHybrid(client *api.Client, specs *utils.SpecStore, presets *CreatePresets) (*CreateConfig, error) {
1179 InitCommonStyles(os.Stdout)
1180 m := NewCreateModelWithPresets(client, specs, presets)
1181 return runCreateModel(m)
1182}

Callers 1

runCreateFunction · 0.92

Calls 3

InitCommonStylesFunction · 0.85
runCreateModelFunction · 0.85

Tested by

no test coverage detected