Demo.Repo.disconnect_all

You're seeing just the function disconnect_all, go back to Demo.Repo module for more information.
Link to this function

disconnect_all(interval, opts \\ [])

View Source

A convenience function for SQL-based repositories that forces all connections in the pool to disconnect within the given interval.

See Ecto.Adapters.SQL.disconnect_all/3 for more information.