func internal/runtime/maps.NewEmptyMap

2 uses

	internal/runtime/maps (current package)
		map.go#L331: func NewEmptyMap() *Map {

	runtime
		map.go#L44: 	return maps.NewEmptyMap()