Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arshamalh/dockeroller
/ GetCurrentImage
Method
GetCurrentImage
session/userdata.go:51–53 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
func
(d *UserData) GetCurrentImage() *entities.Image {
52
return
d.CurrentImage
53
}
54
55
func
(d *UserData) GetContainers() []*entities.Container {
56
return
d.Containers
Callers
2
ImageTagTextHandler
Method · 0.80
TestUserData
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestUserData
Function · 0.64