Ecto.Repo.get_dynamic_repo

You're seeing just the callback get_dynamic_repo, go back to Ecto.Repo module for more information.

Specs

get_dynamic_repo() :: atom() | pid()

Returns the atom name or pid of the current repository.

See put_dynamic_repo/1 for more information.