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