Ecto.Repo.all_running
You're seeing just the function
all_running
, go back to Ecto.Repo module for more information.
Specs
Returns all running Ecto repositories.
The list is returned in no particular order. The list contains either atoms, for named Ecto repositories, or PIDs.