Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
55
type
Iterator
func
(key, val
interface
{})
56
57
func
newEmptyMap() Map {
58
return
&ConcreteMap{}
59
}
60
61
type
ConcreteMap
map
[
interface
{}]
interface
{}
62
Callers
1
NewMap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected