Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
func
(d *UserData) SetImages(images []*entities.Image) {
80
d.Images = images
81
}
82
83
func
(d *UserData) GetForms() *entities.Forms {
84
return
d.Forms
Callers
2
updateImagesList
Method · 0.80
TestUserData
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestUserData
Function · 0.64