We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93959d4 commit 204534cCopy full SHA for 204534c
crates/datastore/src/locking_tx_datastore/mut_tx.rs
@@ -230,7 +230,6 @@ impl MutTxId {
230
}
231
232
/// Removes a specific view call from the committed read set.
233
- /// Used when dropping views due to
234
pub fn drop_view_with_sender_from_committed_read_set(&mut self, view_id: ViewId, sender: Identity) {
235
self.committed_state_write_lock
236
.drop_view_from_read_sets(view_id, Some(sender))
0 commit comments