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

Method Destroy

client/client.go:53–57  ·  view source on GitHub ↗
(handle string)

Source from the content-addressed store, hash-verified

51}
52
53func (client *client) Destroy(handle string) error {
54 err := client.connection.Destroy(handle)
55
56 return err
57}
58
59func (client *client) BulkInfo(handles []string) (map[string]garden.ContainerInfoEntry, error) {
60 return client.connection.BulkInfo(handles)

Callers

nothing calls this directly

Calls 1

DestroyMethod · 0.65

Tested by

no test coverage detected