Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arshamalh/dockeroller
/ SetCurrentImage
Method
SetCurrentImage
session/userdata.go:47–49 ·
view source on GitHub ↗
(image *entities.Image)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
(d *UserData) SetCurrentImage(image *entities.Image) {
48
d.CurrentImage = image
49
}
50
51
func
(d *UserData) GetCurrentImage() *entities.Image {
52
return
d.CurrentImage
Callers
2
ImageTag
Method · 0.80
TestUserData
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestUserData
Function · 0.64