MCPcopy Create free account

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

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

↓ 7 callersFunctioncreate_simple_column_block
( test: &mut BlockTestCore, parent_id: &str, prev_id: Option<String>, )
collab/tests/document/block_parser/simple_columns_test.rs:32
↓ 7 callersMethoddelta
(&self, tx: &T)
collab/src/util.rs:172
↓ 7 callersFunctiondeserialize
(deserializer: D)
collab/src/util.rs:291
↓ 7 callersMethodencode_collab
Returns the doc state and the state vector.
collab/src/folder/folder.rs:139
↓ 7 callersFunctionextract_delta_link
(input: &str)
collab/src/importer/notion/walk_dir.rs:574
↓ 7 callersFunctionfield_settings_for_default_database
Creates the default field settings for the database created by create_database_with_default_data
collab/tests/database/database_test/helper.rs:367
↓ 7 callersFunctiongen_field_id
()
collab/src/database/database.rs:1691
↓ 7 callersMethodget_database_id
Return the database id with a transaction
collab/src/database/database.rs:408
↓ 7 callersMethodget_mut_awareness
(&mut self)
collab/src/core/collab.rs:165
↓ 7 callersMethodget_objects_with_txn
Returns a list of Objects with a transaction.
collab/src/database/views/view.rs:710
↓ 7 callersMethodget_position_with_txn
Returns the position of the object with the given id.
collab/src/database/views/view.rs:762
↓ 7 callersMethodget_sections
(&self, txn: &T)
collab/src/folder/section.rs:202
↓ 7 callersMethodinsert_json_with_path
( &self, txn: &mut TransactionMut, path: P, value: V, )
collab/src/util.rs:95
↓ 7 callersMethodmove_field_order
(self, from_id: &str, to_id: &str)
collab/src/database/views/view.rs:248
↓ 7 callersMethodmove_row_order
(self, from_id: &str, to_id: &str)
collab/src/database/views/view.rs:176
↓ 7 callersMethodobject_id
(&self)
collab/src/core/collab.rs:470
↓ 7 callersMethodparse_document
( &self, document_data: &DocumentData, format: OutputFormat, )
collab/src/document/block_parser/document_parser.rs:96
↓ 7 callersFunctionparse_view_id
Helper function to parse string to ViewId, panics if invalid (for tests only)
collab/tests/folder/util.rs:168
↓ 7 callersFunctionprocess_mdast_node_children
( document_data: &mut DocumentData, parent_id: Option<String>, children: &[mdast::Node], list_type: Op
collab/src/document/importer/md_importer.rs:434
↓ 7 callersFunctionrecv_with_timeout
(rx: &mut RowChangeReceiver)
collab/src/database/rows/row_observer.rs:347
↓ 7 callersMethodrun_scripts
(&mut self, scripts: Vec<DatabaseScript>)
collab/tests/database/user_test/async_test/script.rs:86
↓ 7 callersMethodset_icon
(self, icon: Option<ViewIcon>)
collab/src/folder/view.rs:758
↓ 7 callersMethodset_layout_type
(self, value: DatabaseLayout)
collab/src/database/views/view.rs:146
↓ 7 callersMethodtake_updates
(&self)
collab/tests/edit_test/restore_test.rs:485
↓ 7 callersMethodupdate_cells
(&self, txn: &mut TransactionMut, modify: F)
collab/src/database/rows/row.rs:378
↓ 7 callersFunctionverify_view
( folder: &Folder, id_mapper: &IdMapper, old_id: &str, expected_name: &str, expected_parent_id: &str
collab/tests/importer/workspace/folder_collab_remapper.rs:8
↓ 7 callersFunctionview_id_from_array_event
(event: &ArrayEvent)
collab/src/database/views/view_observer.rs:490
↓ 7 callersMethodwith_transact_mut
(&self, f: F)
collab/src/core/map_wrapper.rs:190
↓ 6 callersMethodadd_reminder
Adds a new reminder to the `UserAwareness` object. # Arguments `reminder` - The `Reminder` object to be added.
collab/src/user/user_awareness.rs:116
↓ 6 callersFunctionbuild_mention_page_delta
( mention_type: MentionPageType, page_id: &str, block_id: Option<&str>, row_id: Option<&str>, )
collab/src/document/blocks/mention_helper.rs:124
↓ 6 callersMethodconvert_json_to_cell
(&self, value: Value)
collab/src/database/fields/type_option/select_type_option.rs:240
↓ 6 callersFunctioncreate_ai_meeting_block
(test: &mut BlockTestCore, speaker_info_map_json: &str)
collab/tests/document/block_parser/speaker_test.rs:8
↓ 6 callersFunctioncreate_database_with_two_sorts
()
collab/tests/database/database_test/sort_test.rs:93
↓ 6 callersFunctioncreate_text_block
(test: &mut BlockTestCore, text: &str, parent_id: &str)
collab/tests/document/block_parser/ai_meeting_test.rs:44
↓ 6 callersMethodderef
(&self)
collab/src/database/rows/row.rs:298
↓ 6 callersMethoddoc
(&self)
collab/src/core/collab.rs:153
↓ 6 callersFunctiondrain
(rx: &mut RowChangeReceiver)
collab/src/database/rows/row_observer.rs:354
↓ 6 callersMethodeach
Iterate over each plugin in the list and apply a function to it
collab/src/core/collab_plugin.rs:244
↓ 6 callersMethodenable_undo_redo
(&self, doc_id: &str)
collab/tests/plugins/disk/script.rs:188
↓ 6 callersMethodencode_collab_v1
(&self)
collab/src/database/workspace_database/body.rs:139
↓ 6 callersFunctionformat_text_with_attributes
(text: &str, attributes: &Attrs)
collab/src/document/block_parser/text_utils.rs:138
↓ 6 callersMethodget_all_fields
Return all fields Use [Database::get_fields_in_view] If you want to ordered fields for specific view
collab/src/database/database.rs:1514
↓ 6 callersMethodget_block_children_ids
Get the children of the block with the given id.
collab/src/document/document.rs:223
↓ 6 callersMethodget_block_delta
(&self, block_id: T)
collab/src/document/document.rs:309
↓ 6 callersMethodget_database_data
Collect full database data for duplication/import/export. If `include_embedded` is false, embedded views are excluded.
collab/src/database/database.rs:1521
↓ 6 callersMethodget_folder_data
Fetches the folder data based on the current workspace and view. This function initiates a transaction on the root node and uses it to fetch the curr
collab/src/folder/folder.rs:162
↓ 6 callersMethodget_my_favorite_sections
Retrieves the favorite views for a specific user. # How Sections Work Sections are **user-specific collections** stored in the collaborative folder.
collab/src/folder/folder.rs:391
↓ 6 callersMethodget_or_init_database_row
( &self, row_id: &RowId, )
collab/src/database/blocks/block.rs:222
↓ 6 callersMethodget_row
Return the [Row] with the given row id.
collab/src/database/database.rs:532
↓ 6 callersFunctionmake_doc_end_key
[1,1, 0,0,0,0,0,0,0,0, 255]
collab/src/plugins/local_storage/kv/keys.rs:124
↓ 6 callersFunctionmake_doc_start_key
document related elements are stored within bounds [0,1,..did,0]..[0,1,..did,255]
collab/src/plugins/local_storage/kv/keys.rs:120
↓ 6 callersMethodnext_back_entry
(&self, key: &[u8])
collab/src/plugins/local_storage/kv/db.rs:92
↓ 6 callersFunctionopen_document_with_db
( uid: i64, workspace_id: &str, doc_id: &str, db: Arc<CollabKVDB>, )
collab/tests/document/util.rs:130
↓ 6 callersMethodplain_text_resolver
(&self)
collab/src/document/block_parser/traits.rs:93
↓ 6 callersFunctionrecv_with_timeout
(rx: &mut FieldChangeReceiver)
collab/src/database/fields/field_observer.rs:128
↓ 6 callersMethodset_filters
Set filters of the current view
collab/src/database/views/view.rs:345
↓ 6 callersMethodstringify_cell
(&self, cell_data: &Cell)
collab/src/database/fields/type_option/date_type_option.rs:116
↓ 6 callersMethodsubscribe
(&mut self, key: &str, callback: F)
collab/tests/document/blocks/block_test_core.rs:69
↓ 6 callersFunctionsubscribe_view_map_change
( origin: CollabOrigin, view_map: &MapRef, change_tx: ViewChangeSender, )
collab/src/database/views/view_observer.rs:90
↓ 6 callersMethodto_plain_text
Get the plain text of the document. This function will only return the plain text of the document, it will not include the formatting. For example, f
collab/src/document/document.rs:461
↓ 6 callersFunctiontry_parse_database_view_id
Try to parse a string as a DatabaseViewId, returning None if it's not a valid UUID
collab/src/entity/uuid_validation.rs:108
↓ 6 callersMethoduid
(&self)
collab/src/folder/section.rs:198
↓ 6 callersMethodundo
(&mut self, id: &str)
collab/tests/plugins/disk/script.rs:235
↓ 6 callersMethodupdate
(mut self, uid: UserId, f: F)
collab/src/folder/view.rs:580
↓ 6 callersMethodupdate_block
( &mut self, block_id: &str, data: HashMap<String, Value>, )
collab/src/document/document.rs:374
↓ 6 callersMethodupdate_field_settings
( &mut self, view_id: &str, field_ids: Option<Vec<String>>, field_settings: impl Into<FieldSet
collab/src/database/database.rs:1327
↓ 6 callersMethodupdate_view
(&mut self, view_id: &ViewId, f: F, uid: i64)
collab/src/folder/folder.rs:253
↓ 6 callersMethodupsert
(&self, txn: &mut TransactionMut, id: &str)
collab/src/util.rs:349
↓ 6 callersMethodvalue
(&self)
collab/src/plugins/local_storage/rocksdb/kv_impl.rs:342
↓ 6 callersMethodvalue
(&self)
collab/tests/database/helper/util.rs:184
↓ 6 callersFunctionview_from_map_ref
( map_ref: &MapRef, txn: &T, view_relations: &Arc<ParentChildRelations>, section_map: &SectionMap, u
collab/src/folder/view.rs:479
↓ 6 callersMethodwith_key_value
(mut self, key: K, value: V)
collab/src/entity/reminder.rs:77
↓ 5 callersMethodadd_favorite_view_ids
Section operations Favorites
collab/src/folder/folder.rs:268
↓ 5 callersMethodadd_sections_item
(&self, txn: &mut TransactionMut, items: Vec<SectionItem>)
collab/src/folder/section.rs:346
↓ 5 callersMethodapply_delta
Applies provided delta to the text with the given `text_id`. If no text with such ID existed, it will always be created by the end of this mehtod call
collab/src/document/blocks/text.rs:42
↓ 5 callersFunctionasync_unzip
( mut zip_reader: ZipFileReader<Ready<R>>, out_dir: PathBuf, default_file_name: Option<String>, )
collab/src/importer/zip_tool/async_zip.rs:36
↓ 5 callersMethodbuild_folder_collab
(&self, uid: i64, workspace_name: &str)
collab/src/importer/workspace/workspace_remapper.rs:87
↓ 5 callersFunctionbuild_mention_date_delta
Builder for date/reminder mention attributes # Example ``` use collab::document::blocks::*; let delta = build_mention_date_delta( "2025-01-30T10:00:
collab/src/document/blocks/mention_helper.rs:163
↓ 5 callersFunctioncreate_block
(test: &mut BlockTestCore, ty: BlockType, parent_id: &str)
collab/tests/document/block_parser/ai_meeting_test.rs:23
↓ 5 callersFunctioncreate_bulleted_list_block
(test: &mut BlockTestCore, text: String, parent_id: &str)
collab/tests/document/block_parser/bulleted_list_test.rs:10
↓ 5 callersMethoddelete_field
(&mut self, field_id: &str)
collab/src/database/database.rs:803
↓ 5 callersMethoddelete_view
Delete a view from the database. If the view is the inline view it will clear all the linked views as well. Otherwise, just delete the view with given
collab/src/database/database.rs:1623
↓ 5 callersFunctiondisk_plugin_with_db
( uid: i64, workspace_id: String, db: Arc<CollabKVDB>, object_id: &str, collab_type: CollabType, )
collab/tests/plugins/disk/script.rs:260
↓ 5 callersFunctionexchange_updates
(docs: [&Doc; N])
collab/src/core/user_data.rs:480
↓ 5 callersFunctionextract_external_links
(path_str: &str)
collab/src/importer/notion/walk_dir.rs:516
↓ 5 callersMethodfill_map_ref
Insert the content of [AnyMap] into the input map_ref
collab/src/core/any_map.rs:262
↓ 5 callersMethodformat_str
https://docs.rs/chrono/0.4.19/chrono/format/strftime/index.html
collab/src/database/fields/type_option/date_type_option.rs:378
↓ 5 callersMethodget_all_blocks
get all blocks
collab/src/document/blocks/block.rs:35
↓ 5 callersMethodget_all_rows
( &self, chunk_size: usize, cancel_token: Option<CancellationToken>, auto_fetch: bool, )
collab/src/database/database.rs:1572
↓ 5 callersMethodget_all_section_item
(&self, txn: &T)
collab/src/folder/section.rs:243
↓ 5 callersMethodget_all_views_meta
(&self, txn: &T)
collab/src/database/views/view_map.rs:172
↓ 5 callersMethodget_delta_with_txn
get text delta with text_id
collab/src/document/blocks/text.rs:28
↓ 5 callersMethodget_row_orders_for_view
(&self, view_id: &str)
collab/src/database/database.rs:673
↓ 5 callersMethodget_value
(&mut self, id: String, key: String, expected: Option<Any>)
collab/tests/plugins/disk/script.rs:117
↓ 5 callersMethodget_workspace_info
Fetches the current workspace. The uid parameter is accepted for API consistency but not used as workspace data is shared across all users. This func
collab/src/folder/folder.rs:173
↓ 5 callersMethodindex_of
Returns the index of an `AnyMap` with a specific ID. # Arguments `id`: The ID of the `AnyMap`. # Returns Returns an `Option` containing the index
collab/src/core/any_array.rs:176
↓ 5 callersFunctioninsert_basic_view
( txn: &mut TransactionMut, views_map: &MapRef, view_id: &str, name: &str, )
collab/src/database/views/view_observer.rs:558
↓ 5 callersFunctioninsert_block_for_page
(document: &mut Document, block_id: String)
collab/tests/document/util.rs:210
↓ 5 callersMethodinsert_field
(&mut self, field: Field)
collab/src/database/database.rs:1642
↓ 5 callersMethodinsert_field_order
( self, object: T, position: &OrderObjectPosition, )
collab/src/database/views/view.rs:259
← previousnext →201–300 of 2,841, ranked by callers