MCPcopy Create free account
hub / github.com/arshamalh/dockeroller / GetContainers

Method GetContainers

session/userdata.go:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (d *UserData) GetContainers() []*entities.Container {
56 return d.Containers
57}
58
59func (d *UserData) GetContainer(index int) *entities.Container {
60 return d.Containers[index]

Callers 2

ContainerRenameMethod · 0.80
TestUserDataFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestUserDataFunction · 0.64