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