You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Does
rm.entry
with theremoveFully
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
optionWhat 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?
The text was updated successfully, but these errors were encountered: