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