MCPcopy Index your code
hub / github.com/cloudfoundry/cli / newEmptyMap

Function newEmptyMap

util/generic/map.go:57–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55type Iterator func(key, val interface{})
56
57func newEmptyMap() Map {
58 return &ConcreteMap{}
59}
60
61type ConcreteMap map[interface{}]interface{}
62

Callers 1

NewMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected