MCPcopy Create free account

hub / github.com/AppFlowy-IO/AppFlowy-Collab / functions

Functions2,841 in github.com/AppFlowy-IO/AppFlowy-Collab

↓ 16 callersMethodget_text_delta_with_text_id
(&self, text_id: &str)
collab/tests/document/blocks/block_test_core.rs:146
↓ 16 callersMethodget_workspace_id
(&self)
collab/src/folder/folder.rs:182
↓ 16 callersMethodnext
(&mut self)
collab/src/core/collab_plugin.rs:263
↓ 16 callersMethodto_json
(&self)
collab/src/database/fields/type_option/url_type_option.rs:89
↓ 16 callersMethodwith_child_view_builder
Create a child view for the current view. The view created by this builder will be the next level view of the current view.
collab/src/folder/hierarchy_builder.rs:201
↓ 15 callersMethodarray_ref
(&self)
collab/src/database/views/row_order.rs:18
↓ 15 callersFunctiondefault_field_settings_by_layout
()
collab/tests/database/database_test/helper.rs:377
↓ 15 callersMethodextend
(&mut self, other: AnyMap)
collab/src/core/any_map.rs:220
↓ 15 callersFunctionget_block_by_type
(document_data: &DocumentData, block_type: &str)
collab/tests/document/importer/util.rs:28
↓ 15 callersMethodget_block_with_txn
Returns the block with the given id.
collab/src/document/blocks/block.rs:103
↓ 15 callersMethodget_or_init_map
(&self, txn: &mut TransactionMut, key: S)
collab/src/util.rs:46
↓ 14 callersMethodget_children_with_txn
( &self, txn: &T, parent_id: &ViewId, )
collab/src/folder/relation.rs:124
↓ 14 callersMethodget_view_with_txn
Return the view with the given view id.
collab/src/folder/view.rs:268
↓ 14 callersMethodinsert
(&self, key: &str, value: V)
collab/src/core/map_wrapper.rs:46
↓ 14 callersMethodinsert
(&mut self, key: K, value: impl Into<Any>)
collab/src/core/any_map.rs:502
↓ 14 callersMethodinsert
(&self, key: K, value: V)
collab/src/plugins/local_storage/kv/db.rs:76
↓ 14 callersMethodinsert_cell
(self, key: &str, cell: Cell)
collab/src/database/rows/cell.rs:24
↓ 14 callersFunctionname_and_id_from_path
(path: &Path)
collab/src/importer/notion/walk_dir.rs:617
↓ 14 callersMethodrange
(&self, range: R)
collab/src/plugins/local_storage/kv/db.rs:88
↓ 14 callersFunctiontimeout
(f: F)
collab/tests/folder/trash_test.rs:137
↓ 13 callersMethodclient_id
(&self)
collab/src/core/collab.rs:219
↓ 13 callersFunctionextract_mention_data
Extract all mention data from a TextDelta Returns Some(MentionData) if the delta is a valid mention, None otherwise
collab/src/document/blocks/mention_helper.rs:339
↓ 13 callersMethodget_new_id
(&self, old_id: &str)
collab/src/importer/workspace/id_mapper.rs:71
↓ 13 callersMethodinto_inner
(self)
collab/src/folder/hierarchy_builder.rs:64
↓ 13 callersMethodinto_map
(self)
collab/src/util.rs:377
↓ 13 callersMethodis_empty
(&self)
collab/src/database/fields/type_option/number_type_option.rs:228
↓ 13 callersFunctionmake_doc_update_key
[1,1, 0,0,0,0,0,0,0,0, 2 0,0,0,0, 0]
collab/src/plugins/local_storage/kv/keys.rs:148
↓ 12 callersMethodapply_action
(&mut self, actions: Vec<BlockAction>)
collab/tests/document/blocks/block_test_core.rs:227
↓ 12 callersMethodget_field
(&self, field_id: &str)
collab/src/database/database.rs:1637
↓ 12 callersFunctionno_required_data_error
(collab_type: &CollabType, reason: &str)
collab/src/entity/collab_object.rs:186
↓ 12 callersFunctionreplace_cells_with_timestamp
(cells: Vec<String>)
collab/src/database/template/date_parse.rs:64
↓ 12 callersMethodwith_depth
(&self, depth: usize)
collab/src/document/block_parser/traits.rs:50
↓ 11 callersMethodextend
(&mut self, other: Delta)
collab/src/document/importer/delta.rs:71
↓ 11 callersFunctionget_doc_id
(uid: i64, store: &S, workspace_id: &str, object_id: &str)
collab/src/plugins/local_storage/kv/doc.rs:513
↓ 11 callersMethodget_field_settings
Returns the field settings for the given field ids. If None, return field settings for all fields
collab/src/database/database.rs:1288
↓ 11 callersMethodget_fields_in_view
Get all fields in the database These fields are ordered by the [FieldOrder] of the view If field_ids is None, return all fields If field_ids is Some,
collab/src/database/database.rs:752
↓ 11 callersMethodget_inline_view_id
(&self, txn: &T)
collab/src/database/database.rs:2074
↓ 11 callersMethodorigin
(&self)
collab/src/core/collab.rs:474
↓ 11 callersMethodparse_children
Custom parse_children implementation that keeps children at the same depth level (root level)
collab/src/document/block_parser/parsers/page.rs:22
↓ 11 callersFunctiontry_decode_from_encode_collab
Can remove in the future. Just want to test the encode_collab and decode_collab
collab/tests/document/util.rs:279
↓ 10 callersMethodbuild
(self)
collab/tests/database/database_test/helper.rs:266
↓ 10 callersMethodcontains
Test if the database with the given id exists
collab/src/database/workspace_database/body.rs:108
↓ 10 callersFunctioncreate_database_with_params
(params: CreateDatabaseParams)
collab/tests/database/database_test/helper.rs:66
↓ 10 callersMethodcreate_document_with_collab_db
(&mut self, id: String, db: Arc<CollabKVDB>)
collab/tests/plugins/disk/script.rs:51
↓ 10 callersFunctioncreate_quote_list_block
(test: &mut BlockTestCore, text: String, parent_id: &str)
collab/tests/document/block_parser/quote_list_test.rs:10
↓ 10 callersMethodcreate_row_in_view
Create a new row from the given view. This row will be inserted into corresponding [Block]. The [RowOrder] of this row will be inserted to each view.
collab/src/database/database.rs:456
↓ 10 callersFunctioncreate_speaker_block
( test: &mut BlockTestCore, parent_id: &str, speaker_id: &str, timestamp: f64, end_timestamp: f64,
collab/tests/document/block_parser/speaker_test.rs:44
↓ 10 callersFunctioncreate_temp_csv
Helper function to create a temporary CSV file with the given rows
collab/src/importer/notion/importer.rs:658
↓ 10 callersMethodget_first_database_view_id
The inline view is the view that create with the database when initializing
collab/src/database/database.rs:1611
↓ 10 callersMethodget_new_id_from_uuid
(&self, old_id: &Uuid)
collab/src/importer/workspace/id_mapper.rs:76
↓ 10 callersMethodget_page_id
Get page id
collab/src/document/document.rs:163
↓ 10 callersMethodto_json_value
(&self)
collab/src/core/collab.rs:643
↓ 10 callersMethodupdate_row
Update the row
collab/src/database/database.rs:509
↓ 10 callersMethodviews
(&self)
collab/src/importer/notion/importer.rs:189
↓ 9 callersMethodarray_ref
(&self)
collab/src/core/array_wrapper.rs:174
↓ 9 callersMethodas_ref
(&self)
collab/src/database/views/layout.rs:45
↓ 9 callersMethodcontains
(&self, path: &PathBuf)
collab/src/importer/notion/file.rs:88
↓ 9 callersMethodconvert_json_to_cell
(&self, json_value: Value)
collab/src/database/fields/type_option/date_type_option.rs:48
↓ 9 callersFunctioncreate_numbered_list_block
( test: &mut BlockTestCore, number: Option<usize>, text: String, parent_id: &str, )
collab/tests/document/block_parser/numbered_list_test.rs:10
↓ 9 callersFunctioncreate_paragraph_block_in_cell
( test: &mut BlockTestCore, text: String, parent_id: &str, prev_id: Option<String>, )
collab/tests/document/block_parser/simple_table_test.rs:84
↓ 9 callersFunctioncreate_paragraph_block_in_column
( test: &mut BlockTestCore, text: String, parent_id: &str, prev_id: Option<String>, )
collab/tests/document/block_parser/simple_columns_test.rs:58
↓ 9 callersFunctioncreate_text_block
(test: &mut BlockTestCore, text: &str, parent_id: &str)
collab/tests/document/block_parser/speaker_test.rs:70
↓ 9 callersMethoddatabase_row_cache
(&self)
collab/src/database/database_trait.rs:333
↓ 9 callersMethodextract_text_from_block
( &self, block: &Block, context: &ParseContext, )
collab/src/document/block_parser/text_utils.rs:33
↓ 9 callersFunctiongenerate_id
()
collab/src/document/document_data.rs:96
↓ 9 callersMethodreader_client_id
(&self)
collab/src/database/database_trait.rs:517
↓ 9 callersFunctionrocks_db
()
collab/tests/plugins/disk/util.rs:6
↓ 9 callersFunctionsetup_log
()
collab/tests/database/helper/util.rs:548
↓ 8 callersFunctionbuild_collab
( client_id: ClientID, object_id: &ObjectId, _object_type: CollabType, encoded_collab: EncodedCollab,
collab/src/database/database_trait.rs:483
↓ 8 callersMethodbuild_nested_views
(&self)
collab/src/importer/notion/importer.rs:249
↓ 8 callersMethodcontains
Checks if an `AnyMap` with a specific ID exists in the array.
collab/src/core/any_array.rs:153
↓ 8 callersMethodconvert_json_to_cell
(&self, value: Value)
collab/src/database/fields/type_option/checkbox_type_option.rs:45
↓ 8 callersFunctioncreate_simple_table_cell_block
( test: &mut BlockTestCore, parent_id: &str, prev_id: Option<String>, )
collab/tests/document/block_parser/simple_table_test.rs:58
↓ 8 callersFunctioncreate_todo_list_block
( test: &mut BlockTestCore, text: String, checked: Option<bool>, parent_id: &str, )
collab/tests/document/block_parser/todo_list_test.rs:10
↓ 8 callersMethodemit_awareness_state
(&mut self)
collab/src/core/collab.rs:206
↓ 8 callersMethodencode_collab_v1
Returns the doc state and the state vector.
collab/src/core/collab.rs:624
↓ 8 callersMethodget_cells_for_field
Return a list of [RowCell] for the given view and field.
collab/src/database/database.rs:717
↓ 8 callersFunctionget_document_data
( document: &Document, )
collab/tests/document/util.rs:190
↓ 8 callersMethodget_row_orders
(&self, txn: &T, view_id: &DatabaseViewId)
collab/src/database/views/view_map.rs:216
↓ 8 callersMethodindex_by_id
(&self, txn: &T, id: &str)
collab/src/util.rs:337
↓ 8 callersMethodinsert_text_block
( &mut self, text: String, parent_id: &str, prev_id: Option<String>, )
collab/tests/document/blocks/block_test_core.rs:192
↓ 8 callersMethodkey
(&self)
collab/src/plugins/local_storage/rocksdb/kv_impl.rs:338
↓ 8 callersMethodload_doc_with_txn
Load the document from the database and apply the updates to the transaction. It will try to load the document in these two ways: 1. D = document stat
collab/src/plugins/local_storage/kv/doc.rs:166
↓ 8 callersMethodmut_value
(&mut self)
collab/src/core/any_map.rs:197
↓ 8 callersMethodparse_relation_map
(&self, relation_map_path: &str)
collab/src/importer/workspace/relation_map_parser.rs:9
↓ 8 callersMethodremove_view
(&mut self, view_id: &str)
collab/src/folder/hierarchy_builder.rs:68
↓ 8 callersMethodsubscribe
(&self)
collab/src/plugins/connect_state.rs:60
↓ 8 callersMethodto_cell
(&self, field_type: impl Into<i64>)
collab/src/database/fields/type_option/select_type_option.rs:349
↓ 8 callersMethodupdate_all_views
(&self, txn: &mut TransactionMut, f: F)
collab/src/database/views/view_map.rs:294
↓ 8 callersMethodupdate_field
(&mut self, field_id: &str, f: F)
collab/src/database/database.rs:1647
↓ 8 callersMethodupdate_view
( &self, txn: &mut TransactionMut, view_id: &ViewId, f: F, uid: i64, )
collab/src/folder/view.rs:405
↓ 8 callersMethodvalue
(&self)
collab/src/core/any_map.rs:193
↓ 8 callersMethodwith_view_builder
(&mut self, view_builder: F)
collab/src/folder/hierarchy_builder.rs:31
↓ 7 callersFunctionarray_of_maps
(array_ref: ArrayRef, txn: &impl ReadTxn)
collab/src/database/views/view.rs:497
↓ 7 callersMethodas_document
(&self)
collab/src/importer/notion/page.rs:137
↓ 7 callersMethodas_ref
(&self)
collab/src/database/entity.rs:357
↓ 7 callersMethodas_ref
(&self)
collab/src/database/fields/type_option/url_type_option.rs:77
↓ 7 callersMethodcontainer
(&self)
collab/src/folder/section.rs:194
↓ 7 callersMethodconvert_json_to_cell
(&self, json_value: Value)
collab/src/database/fields/type_option/url_type_option.rs:39
↓ 7 callersFunctioncreate_ai_meeting_transcription_block
(test: &mut BlockTestCore, parent_id: &str)
collab/tests/document/block_parser/speaker_test.rs:28
← previousnext →101–200 of 2,841, ranked by callers