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

Method importList

internal/ui/importlist/importlist.go:246–256  ·  view source on GitHub ↗
(clearErr bool)

Source from the content-addressed store, hash-verified

244}
245
246func (m Model) importList(clearErr bool) meta.ImportList {
247 out := make(meta.ImportList, 0, len(m.list.Items()))
248 for _, item := range m.list.Items() {
249 item := item.(Item)
250 if clearErr {
251 item.v.ImportError = nil
252 }
253 out = append(out, item.v)
254 }
255 return out
256}

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected