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
{{ message }}
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
Checks for m_entries.empty() and returns if so. This is incorrect as deleted entries could exist -- and if they did exist, then an outgoing clearEntries message would be sent, which doesn't seem to be intended (though it probably wouldn't cause any harm).
Probably deleteAllEntriesImpl should return true if it deleted something.
Checks for m_entries.empty() and returns if so. This is incorrect as deleted entries could exist -- and if they did exist, then an outgoing clearEntries message would be sent, which doesn't seem to be intended (though it probably wouldn't cause any harm).
Probably deleteAllEntriesImpl should return true if it deleted something.