MCPcopy Create free account
hub / github.com/cloudfoundry/garden / newContainer

Function newContainer

client/container.go:17–23  ·  view source on GitHub ↗
(handle string, connection connection.Connection)

Source from the content-addressed store, hash-verified

15}
16
17func newContainer(handle string, connection connection.Connection) garden.Container {
18 return &container{
19 handle: handle,
20
21 connection: connection,
22 }
23}
24
25func (container *container) Handle() string {
26 return container.handle

Callers 3

CreateMethod · 0.85
ContainersMethod · 0.85
LookupMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected