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

Method SetImages

session/userdata.go:79–81  ·  view source on GitHub ↗
(images []*entities.Image)

Source from the content-addressed store, hash-verified

77}
78
79func (d *UserData) SetImages(images []*entities.Image) {
80 d.Images = images
81}
82
83func (d *UserData) GetForms() *entities.Forms {
84 return d.Forms

Callers 2

updateImagesListMethod · 0.80
TestUserDataFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestUserDataFunction · 0.64