Is there an existing issue for this?
Does rm.entry with the removeFully option remove all the entries that reference the same content or does it remove the entry whose key was provided and the content associated with it.
From the docs for removeFully option
If opts.removeFully is set to true then the index file itself will be physically deleted rather than appending a null.
What does deleting the index file mean? If I understand correctly there is only one index file which stored info for all the entries, then if we delete it how do we access the info on other entries?
Is there an existing issue for this?
Does
rm.entrywith theremoveFullyoption remove all the entries that reference the same content or does it remove the entry whose key was provided and the content associated with it.From the docs for
removeFullyoptionWhat does deleting the index file mean? If I understand correctly there is only one index file which stored info for all the entries, then if we delete it how do we access the info on other entries?