im trying to generate the couch etag from the document in node. this might be crazy but i just want to understand it.
there are 2 approaches i see in cthe couch code. one that results in a rev_etag and the other which is make_etag which seems to also use body?
doc_etag(#doc{id=Id, body=Body, revs={Start, [DiskRev|_]}}) ->