Replace call to CommandHelpers::parseNsOrUUID with findCommand.getNamespaceOrUUID in mongo::(anonymous namespace)::FindCmd::Invocation::run(mongo::OperationContext*, mongo::rpc::ReplyBuilderInterface*). Since IDL already parses the NamespaceOrUUID, it does not need to be done twice.
- depends on
-
SERVER-77723 Turn parseNamespaceFromRequest calls to deserialize in IDL
- Closed