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

Method IsEmpty

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

Source from the content-addressed store, hash-verified

7
8type Map interface {
9 IsEmpty() bool
10 Count() int
11 Keys() []interface{}
12 Has(key interface{}) bool

Callers 2

MarshalJSONMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected