Mongo.drop_database

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

drop_database(topology_pid, name \\ nil)

View Source

Specs

drop_database(GenServer.server(), String.t()) :: :ok | {:error, Mongo.Error.t()}

Convenient function that drops the database name.