Mongo.insert_many-exclamation-mark
You're seeing just the function
insert_many-exclamation-mark
, go back to Mongo module for more information.
Specs
insert_many!(GenServer.server(), collection(), [BSON.document()], Keyword.t()) :: result!(Mongo.InsertManyResult.t())
Similar to insert_many/4
but unwraps the result and raises on error.