()
| 210 | } |
| 211 | |
| 212 | func (c *ContainerContext) Publishers() api.PortPublishers { |
| 213 | return c.c.Publishers |
| 214 | } |
| 215 | |
| 216 | func (c *ContainerContext) Ports() string { |
| 217 | var ports []container.PortSummary |
nothing calls this directly
no outgoing calls
no test coverage detected