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

TypeAlias ConcreteMap

util/generic/map.go:61–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61type ConcreteMap map[interface{}]interface{}
62
63func (data *ConcreteMap) Count() int {
64 return len(*data)

Callers 1

NewMapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected