module Mongo::Operation::ExecutableNoValidate

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

@api private

Public Instance Methods

execute(connection, context:) click to toggle source
# File lib/mongo/operation/shared/executable_no_validate.rb, line 26
def execute(connection, context:)
  do_execute(connection, context)
end