Mongo.Session.start_implicit_session

You're seeing just the function start_implicit_session, go back to Mongo.Session module for more information.
Link to this function

start_implicit_session(topology_pid, type, opts)

View Source

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.