Mongo.drop_collection

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

drop_collection(topology_pid, coll, opts \\ [])

View Source

Specs

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

Convenient function that drops the collection coll.