Mongo.Session.end_implict_session
You're seeing just the function
end_implict_session
, go back to Mongo.Session module for more information.
Specs
end_implict_session(GenServer.server(), t()) :: :ok | :error
End implicit session. There is no need to call this function directly. It is called automatically.