MCPcopy Create free account
hub / github.com/docker/compose / Publishers

Method Publishers

cmd/formatter/container.go:212–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

210}
211
212func (c *ContainerContext) Publishers() api.PortPublishers {
213 return c.c.Publishers
214}
215
216func (c *ContainerContext) Ports() string {
217 var ports []container.PortSummary

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected