MCPcopy
hub / github.com/Azure/aztfexport / userInputsAreValid

Method userInputsAreValid

internal/ui/importlist/importlist.go:236–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234}
235
236func (m Model) userInputsAreValid() bool {
237 for _, item := range m.list.Items() {
238 item := item.(Item)
239 if item.v.ValidateError != nil {
240 return false
241 }
242 }
243 return true
244}
245
246func (m Model) importList(clearErr bool) meta.ImportList {
247 out := make(meta.ImportList, 0, len(m.list.Items()))

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected