MCPcopy Create free account
hub / github.com/arshamalh/dockeroller / GetContainerRemoveForm

Method GetContainerRemoveForm

session/userdata.go:102–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func (d *UserData) GetContainerRemoveForm() *entities.ContainerRemoveForm {
103 if d.Forms != nil && d.Forms.ContainerRemove != nil {
104 return d.Forms.ContainerRemove
105 }
106 return nil
107}
108
109func (d *UserData) SetImageRemoveForm(force, pruneChildren bool) *entities.ImageRemoveForm {
110 if d.Forms == nil {

Callers 5

ContainerRemoveFormMethod · 0.80
ContainerRemoveDoneMethod · 0.80
ContainerRemoveForceMethod · 0.80
TestNewSessionFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNewSessionFunction · 0.64