MCPcopy Create free account
hub / github.com/AppFlowy-IO/AppFlowy-Collab / get_database_row

Method get_database_row

collab/src/database/database.rs:629–631  ·  view source on GitHub ↗

Return the [DatabaseRow], initializing it on demand if needed.

(&self, row_id: &RowId)

Source from the content-addressed store, hash-verified

627
628 /// Return the [DatabaseRow], initializing it on demand if needed.
629 pub async fn get_database_row(&self, row_id: &RowId) -> Option<Arc<RwLock<DatabaseRow>>> {
630 self.body.block.get_database_row(row_id).await
631 }
632
633 #[instrument(level = "debug", skip_all)]
634 pub async fn get_row_detail(&self, row_id: &RowId) -> Option<RowDetail> {

Callers 4

get_rowMethod · 0.45
duplicate_rowMethod · 0.45

Calls

no outgoing calls

Tested by 2