MCPcopy
hub / github.com/containers/toolbox / Next

Method Next

src/pkg/podman/container.go:288–295  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (containers *Containers) Next() bool {
289 available := containers.i < len(containers.data)
290 if available {
291 containers.i++
292 }
293
294 return available
295}
296
297func (containers *Containers) Reset() {
298 containers.i = 0

Callers 1

getContainersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected