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 4b450b2 commit d9b9fd5Copy full SHA for d9b9fd5
crates/datastore/src/locking_tx_datastore/mut_tx.rs
@@ -1819,7 +1819,7 @@ impl MutTxId {
1819
.transpose()
1820
}
1821
1822
- /// Get the [`TableId`] for this view's backing table by probing `st_view`.
+ /// Returns the [`TableId`] for this view's backing table by probing `st_view`.
1823
/// Note, all views with at least one subscriber are materialized.
1824
fn get_table_id_for_view(&self, view_id: ViewId) -> Result<Option<(TableId, bool)>> {
1825
Ok(self
0 commit comments