123456789_123456789_123456789_123456789_123456789_

Module: Mongo::Operation::ExecutableNoValidate Private

Do not use. This module is for internal use only.
Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Included In:
Defined in: lib/mongo/operation/shared/executable_no_validate.rb

Overview

Shared executable behavior of operations for operations whose result should not be validated.

Instance Method Summary

Instance Method Details

#execute(connection, context:)

[ GitHub ]

  
# File 'lib/mongo/operation/shared/executable_no_validate.rb', line 27

def execute(connection, context:)
  do_execute(connection, context)
end