Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
61
type
ConcreteMap
map
[
interface
{}]
interface
{}
62
63
func
(data *ConcreteMap) Count() int {
64
return
len(*data)
Callers
1
NewMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected