Mongo.Session.start_implicit_session
You're seeing just the function
start_implicit_session
, go back to Mongo.Session module for more information.
Specs
start_implicit_session(GenServer.server(), atom(), keyword()) :: {:ok, t()} | {:error, term()}
Start a new implicit session only if no explicit session exists. It returns the session in the opts
keyword list or
creates a new one.