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

Method SetContainers

session/userdata.go:63–65  ·  view source on GitHub ↗
(containers []*entities.Container)

Source from the content-addressed store, hash-verified

61}
62
63func (d *UserData) SetContainers(containers []*entities.Container) {
64 d.Containers = containers
65}
66
67func (d *UserData) SetQuitChan(quitChan chan struct{}) {
68 d.QuitChan = quitChan

Callers 5

ContainersListMethod · 0.80
ContainersNavBtnMethod · 0.80
ContainerRemoveDoneMethod · 0.80
TestUserDataFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestUserDataFunction · 0.64