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

Method resetComputeSelection

tui/modify.go:273–278  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

271}
272
273func (m *modifyModel) resetComputeSelection() {
274 m.config.NumGPUs = 0
275 m.config.VCPUs = 0
276 m.config.ComputeChanged = false
277 m.gpuCountPhase = false
278}
279
280// prevVisibleStep returns the previous non-skipped step. Returns -1 if none.
281func (m *modifyModel) prevVisibleStep(from modifyStep) modifyStep {

Callers 1

handleEnterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected