MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / advance

Method advance

internal/cli/provider_wizard.go:278–284  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276}
277
278func (m *providerWizardModel) advance() {
279 next := m.phase + 1
280 if next == wizPhaseName && m.mode == wizardModeUpdate {
281 next++
282 }
283 m.phase = next
284}
285
286func (m *providerWizardModel) stepBack() {
287 if m.phase <= m.startPhase {

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected