MCPcopy Create free account

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

Functions3,042 in github.com/AppFlowy-IO/AppFlowy-Cloud

Functionchat_with_selected_source_override_test
()
tests/ai_test/chat_with_selected_doc_test.rs:196
Methodcheck
(&self, _encoder: &mut E, _last_sync_at: i64)
libs/collab-rt-protocol/src/protocol.rs:107
Functioncheck_and_reconnect
( manager: &Arc<ReconnectionManager>, connect_status_rx: &tokio::sync::watch::Receiver<ConnectionStatus>,
libs/client-api/src/v2/controller.rs:408
Methodcheck_encode_collab
(&self)
src/api/util.rs:120
Functioncheck_if_view_is_private
(folder: &Folder, view_id: &str, uid: i64)
src/biz/collab/folder_view.rs:405
Methodcheck_missing_updates
( tx: Transaction, object_id: ObjectId, collab_type: CollabType, local_message_id: Rid, )
libs/client-api/src/v2/actor.rs:869
Methodclean_awareness_state
(&self, object_id: &Uuid)
libs/client-api-test/src/test_client_v2.rs:340
Methodclear_policy
(&mut self)
libs/access-control/src/casbin/adapter.rs:125
Functionclient_apply_update_find_missing_update_test
()
tests/collab/missing_update_test.rs:11
Methodclient_id
(&self, _workspace_id: &Uuid)
libs/client-api-test/src/test_client.rs:95
Methodclient_id
(&self)
libs/client-api/src/v2/controller.rs:118
Methodclient_id
(&self, workspace_id: &Uuid)
libs/client-api/src/v2/db.rs:296
Functionclient_ping_find_missing_update_test
()
tests/collab/missing_update_test.rs:35
Functionclient_rate_limit_hit_test
()
tests/websocket/actor_test.rs:83
Functioncmp_role_or_level
Compares role or access level between a request and a policy. it is designed to compare roles or access levels specified in the request and policy. I
libs/access-control/src/casbin/access.rs:236
Functioncollab_full_sync_handler
( user_uuid: UserUuid, body: Bytes, path: web::Path<(Uuid, Uuid)>, state: Data<AppState>, server: Da
src/api/workspace.rs:2683
Functioncollab_history_and_snapshot_test
()
tests/collab_history/document_history.rs:13
Functioncollab_mem_cache_insert_override_test
()
tests/collab/storage_test.rs:360
Functioncollab_mem_cache_read_write_test
()
tests/collab/storage_test.rs:337
Functioncollab_params_serialization_from_old_format
()
libs/database-entity/src/dto.rs:1326
Functioncollab_write_big_chunk_of_data_test
()
tests/collab/single_device_edit.rs:92
Functioncollab_write_small_chunk_of_data_test
()
tests/collab/single_device_edit.rs:57
Functioncollect_answer
(mut stream: QuestionStream)
libs/client-api-test/src/test_client.rs:1183
Functioncollect_answer
Collects all answer values from a question stream
libs/client-api-test/src/test_client_v2.rs:1195
Functioncollect_completion_v2
Collects answer and comment values from a completion stream
libs/client-api-test/src/test_client_v2.rs:1211
Methodcomplete_upload
Return the content length and content type of the uploaded object
libs/database/src/file/s3_client_impl.rs:360
Methodcomplete_upload
( &self, key: impl BlobKey, req: CompleteUploadRequest, )
libs/database/src/file/file_storage.rs:165
Functioncomplete_upload_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: web::Data<AppState>, req: web::Json<Compl
src/api/file_storage.rs:196
Functioncompletion_explain_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:9
Functioncompletion_image_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:33
Functioncompress
( data: Vec<u8>, quality: u32, buffer_size: usize, )
src/domain/compression.rs:20
Methodcompress_encoded_collab
(encoded_collab_v1: Bytes)
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:598
Functionconcurrent_refresh
()
tests/user/refresh.rs:17
Functionconcurrent_user_sign_up_test
()
tests/user/sign_up.rs:65
Methodconnect
(&self, access_token: String)
libs/client-api/src/v2/controller.rs:89
Functionconnect_async
(url: &str, header_map: HeaderMap)
libs/client-websocket/src/native.rs:15
Functionconnect_async
(url: S, headers: HeaderMap)
libs/client-websocket/src/lib.rs:19
Methodconnect_state
(&self)
libs/client-api/src/v2/controller.rs:76
Methodcontains_group
(&self, object_id: &Uuid)
services/appflowy-collaborate/src/group/manager.rs:68
Methodcontains_user
(&self, user: &RealtimeUser)
services/appflowy-collaborate/src/group/group_init.rs:409
Methodcontains_user
(&self, object_id: &Uuid, user: &RealtimeUser)
services/appflowy-collaborate/src/group/manager.rs:60
Functioncontinue_writing_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:61
Methodcreate_and_edit_collab
( &mut self, workspace_id: Uuid, collab_type: CollabType, )
libs/client-api-test/src/test_client_v2.rs:820
Functioncreate_answer_handler
( path: web::Path<(String, String)>, payload: Json<CreateAnswerMessageParams>, state: Data<AppState>, )
src/api/chat.rs:197
Functioncreate_archive
( mut body: Multipart, file_path: &PathBuf, )
src/biz/data_import/mod.rs:19
Functioncreate_chat_and_create_messages_test
()
tests/ai_test/chat_test.rs:103
Functioncreate_chat_context_handler
( state: Data<AppState>, payload: Json<CreateChatContext>, )
src/api/chat.rs:127
Functioncreate_chat_context_test
()
libs/appflowy-ai-client/tests/chat_test/context_test.rs:4
Functioncreate_chat_handler
( path: web::Path<Uuid>, state: Data<AppState>, payload: Json<CreateChatParams>, )
src/api/chat.rs:106
Functioncreate_collab_compatibility_with_json_params_test
()
tests/collab/collab_curd_test.rs:93
Functioncreate_collab_handler
( user_uuid: UserUuid, payload: Bytes, state: Data<AppState>, req: HttpRequest, )
src/api/workspace.rs:840
Methodcreate_collab_list
( &mut self, workspace_id: &Uuid, params: Vec<CollabParams>, )
libs/client-api-test/src/test_client.rs:698
Methodcreate_collab_list
( &mut self, workspace_id: &Uuid, params: Vec<CollabParams>, )
libs/client-api-test/src/test_client_v2.rs:758
Functioncreate_collab_params_compatibility_serde_test
()
tests/collab/collab_curd_test.rs:54
Methodcreate_collab_with_data
( &mut self, workspace_id: Uuid, object_id: Uuid, collab_type: CollabType, encoded_collab_
libs/client-api-test/src/test_client_v2.rs:963
Functioncreate_custom_task_test
(pg_pool: PgPool)
services/appflowy-worker/tests/import_test.rs:25
Functioncreate_database_from_todos_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:40
Functioncreate_database_page_view
()
tests/workspace/page_view.rs:1156
Methodcreate_document_collab
(&self, workspace_id: Uuid, object_id: Uuid)
libs/client-api-test/src/test_client_v2.rs:396
Functioncreate_document_from_desktop_guide_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:22
Functioncreate_document_from_getting_started_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:34
Functioncreate_document_from_mobile_guide_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:28
Methodcreate_group
( &self, user: &RealtimeUser, workspace_id: Uuid, object_id: Uuid, collab_type: CollabType
services/appflowy-collaborate/src/group/manager.rs:106
Functioncreate_import_handler
( user_uuid: UserUuid, state: Data<AppState>, payload: Json<CreateImportTask>, req: HttpRequest, )
src/api/data_import.rs:42
Functioncreate_new_chat_page
()
tests/workspace/page_view.rs:347
Functioncreate_new_document_page
()
tests/workspace/page_view.rs:208
Functioncreate_new_folder_view
()
tests/workspace/page_view.rs:162
Functioncreate_new_page_with_database
()
tests/workspace/page_view.rs:85
Functioncreate_question_handler
( state: Data<AppState>, path: web::Path<(String, String)>, payload: Json<CreateChatMessageParams>, uu
src/api/chat.rs:176
Functioncreate_snapshot
( pg_pool: &PgPool, object_id: &str, encoded_collab_v1: &[u8], workspace_id: &Uuid, )
libs/database/src/collab/collab_db_ops.rs:341
Methodcreate_snapshot
(&self, params: InsertSnapshotParams)
services/appflowy-collaborate/src/snapshot/snapshot_control.rs:82
Functioncreate_snapshot_and_maintain_limit
Creates a new snapshot in the `af_collab_snapshot` table and maintains the total number of snapshots within a specified limit for a given object ID (`
libs/database/src/collab/collab_db_ops.rs:408
Functioncreate_space
()
tests/workspace/page_view.rs:928
Methodcreate_subscription
( &self, workspace_id: &str, recurring_interval: RecurringInterval, workspace_subscription_pla
libs/client-api/src/http_billing.rs:37
Functioncreate_upload
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: web::Data<AppState>, req: web::Json<Creat
src/api/file_storage.rs:91
Methodcreate_upload
Create a new upload session https://docs.aws.amazon.com/AmazonS3/latest/userguide/mpuoverview.html
libs/database/src/file/s3_client_impl.rs:302
Methodcreate_upload
( &self, key: impl BlobKey, req: CreateUploadRequest, )
libs/database/src/file/file_storage.rs:149
Methodcreate_user
(&self, email: &str, password: &str)
libs/client-api/src/http.rs:564
Functioncreate_workspace_handler
( uuid: UserUuid, state: Data<AppState>, create_workspace_param: Json<CreateWorkspaceParam>, )
src/api/workspace.rs:411
Methodcreate_workspace_view
( &self, _uid: i64, workspace_view_builder: &mut WorkspaceViewBuilder, )
libs/workspace-template/src/document/getting_started.rs:186
Functioncreate_workspace_view_with_getting_started_template_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:90
Methodcurrent_num_threads
Returns the current number of threads in the thread pool. # Returns The number of threads being used by the thread pool.
libs/infra/src/thread_pool.rs:51
Functioncustom_prompt_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:104
Methodcustomer_id
(&self)
libs/client-api/src/http_billing.rs:27
Functiondatabase_fields_crud
()
tests/collab/database_crud.rs:144
Functiondatabase_fields_unsupported_field_type
()
tests/collab/database_crud.rs:264
Functiondatabase_insert_row_with_doc
()
tests/collab/database_crud.rs:313
Methoddatabase_row_cache
(&self)
src/biz/collab/database.rs:244
Methoddatabase_row_cache
(&self)
libs/client-api-test/src/database_util.rs:100
Functiondatabase_row_upsert
()
tests/collab/database_crud.rs:66
Functiondatabase_row_upsert_with_doc
()
tests/collab/database_crud.rs:9
Methoddecode
(decoder: &mut D)
libs/collab-rt-protocol/src/message.rs:57
Methoddecode
(token: &str, secret: &[u8])
libs/gotrue-entity/src/gotrue_jwt.rs:62
Methoddecode
(data: &[u8])
libs/collab-rt-entity/src/message.rs:125
Functiondecode_0147_realtime_message_test
()
libs/collab-rt-entity/tests/serde_test.rs:56
Functiondecode_0149_realtime_message_test
()
libs/collab-rt-entity/tests/serde_test.rs:31
Functiondecode_version_2_collab_message_with_version_1_test_1
()
libs/collab-rt-entity/tests/serde_test.rs:81
Functiondecompress
(data: Vec<u8>, buffer_size: usize)
services/appflowy-collaborate/src/compression.rs:12
Methoddefault
()
services/appflowy-collaborate/src/metrics.rs:251
Methoddefault
()
services/appflowy-collaborate/src/ws2/actors/server.rs:275
← previousnext →1,701–1,800 of 3,042, ranked by callers