Mongo.drop_collection
You're seeing just the function
drop_collection
, go back to Mongo module for more information.
Specs
drop_collection(GenServer.server(), String.t(), Keyword.t()) :: :ok | {:error, Mongo.Error.t()}
Convenient function that drops the collection coll
.