Ecto.Adapters.SQL.Sandbox.allow

You're seeing just the function allow, go back to Ecto.Adapters.SQL.Sandbox module for more information.
Link to this function

allow(repo, parent, allow, opts \\ [])

View Source

Allows the allow process to use the same connection as parent.

allow may be a PID or a locally registered name.