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

Function RunModifyInteractive

tui/modify.go:853–856  ·  view source on GitHub ↗

RunModifyInteractive starts the interactive modify flow

(client *api.Client, instance *api.Instance, specs *utils.SpecStore)

Source from the content-addressed store, hash-verified

851
852// RunModifyInteractive starts the interactive modify flow
853func RunModifyInteractive(client *api.Client, instance *api.Instance, specs *utils.SpecStore) (*ModifyConfig, error) {
854 m := NewModifyModel(client, instance, specs)
855 return runModifyModel(m)
856}
857
858// RunModifyHybrid runs the modify TUI with some steps pre-filled from CLI flags.
859func RunModifyHybrid(client *api.Client, instance *api.Instance, specs *utils.SpecStore, presets *ModifyPresets) (*ModifyConfig, error) {

Callers 1

runModifyFunction · 0.92

Calls 2

NewModifyModelFunction · 0.85
runModifyModelFunction · 0.85

Tested by

no test coverage detected