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


##########
src/mem3/src/mem3_util.erl:
##########
@@ -172,6 +171,11 @@ update_db_doc(DbName, #doc{id = Id, body = Body} = Doc, 
ShouldMutate) ->
         couch_db:close(Db)
     end.
 
+range_to_hex([B, E]) when is_integer(B), is_integer(E) ->

Review Comment:
   Yeah good idea. They all seem to mostly a binary and maybe if a few cases 
expect a list just run a b2l...



-- 
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