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 461b6d4 commit 4b450b2Copy full SHA for 4b450b2
crates/datastore/src/locking_tx_datastore/mut_tx.rs
@@ -1811,7 +1811,7 @@ impl MutTxId {
1811
.is_some())
1812
}
1813
1814
- /// Lookup a row in `st_view` by its primary key
+ /// Looks up a row in `st_view` by its primary key.
1815
fn st_view_row(&self, view_id: ViewId) -> Result<Option<StViewRow>> {
1816
self.iter_by_col_eq(ST_VIEW_ID, col_list![StViewFields::ViewId], &view_id.into())?
1817
.next()
0 commit comments