nickva commented on code in PR #5510:
URL: https://github.com/apache/couchdb/pull/5510#discussion_r2056285941


##########
src/mango/src/mango_cursor.erl:
##########
@@ -583,6 +585,9 @@ ddoc_name(<<"_design/", Name/binary>>) ->
 ddoc_name(Name) ->
     Name.
 
+set_from_list(KVs) ->

Review Comment:
   Yeah, you're right, it's one line only but it's repeated 4 times, a util 
function would be nicer here.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to