Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppFlowy-IO/AppFlowy-Cloud
/ functions
Functions
3,042 in github.com/AppFlowy-IO/AppFlowy-Cloud
⨍
Functions
3,042
◇
Types & classes
910
Function
chat_with_selected_source_override_test
()
tests/ai_test/chat_with_selected_doc_test.rs:196
Method
check
(&self, _encoder: &mut E, _last_sync_at: i64)
libs/collab-rt-protocol/src/protocol.rs:107
Function
check_and_reconnect
( manager: &Arc<ReconnectionManager>, connect_status_rx: &tokio::sync::watch::Receiver<ConnectionStatus>,
libs/client-api/src/v2/controller.rs:408
Method
check_encode_collab
(&self)
src/api/util.rs:120
Function
check_if_view_is_private
(folder: &Folder, view_id: &str, uid: i64)
src/biz/collab/folder_view.rs:405
Method
check_missing_updates
( tx: Transaction, object_id: ObjectId, collab_type: CollabType, local_message_id: Rid, )
libs/client-api/src/v2/actor.rs:869
Method
clean_awareness_state
(&self, object_id: &Uuid)
libs/client-api-test/src/test_client_v2.rs:340
Method
clear_policy
(&mut self)
libs/access-control/src/casbin/adapter.rs:125
Function
client_apply_update_find_missing_update_test
()
tests/collab/missing_update_test.rs:11
Method
client_id
(&self, _workspace_id: &Uuid)
libs/client-api-test/src/test_client.rs:95
Method
client_id
(&self)
libs/client-api/src/v2/controller.rs:118
Method
client_id
(&self, workspace_id: &Uuid)
libs/client-api/src/v2/db.rs:296
Function
client_ping_find_missing_update_test
()
tests/collab/missing_update_test.rs:35
Function
client_rate_limit_hit_test
()
tests/websocket/actor_test.rs:83
Function
cmp_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
Function
collab_full_sync_handler
( user_uuid: UserUuid, body: Bytes, path: web::Path<(Uuid, Uuid)>, state: Data<AppState>, server: Da
src/api/workspace.rs:2683
Function
collab_history_and_snapshot_test
()
tests/collab_history/document_history.rs:13
Function
collab_mem_cache_insert_override_test
()
tests/collab/storage_test.rs:360
Function
collab_mem_cache_read_write_test
()
tests/collab/storage_test.rs:337
Function
collab_params_serialization_from_old_format
()
libs/database-entity/src/dto.rs:1326
Function
collab_write_big_chunk_of_data_test
()
tests/collab/single_device_edit.rs:92
Function
collab_write_small_chunk_of_data_test
()
tests/collab/single_device_edit.rs:57
Function
collect_answer
(mut stream: QuestionStream)
libs/client-api-test/src/test_client.rs:1183
Function
collect_answer
Collects all answer values from a question stream
libs/client-api-test/src/test_client_v2.rs:1195
Function
collect_completion_v2
Collects answer and comment values from a completion stream
libs/client-api-test/src/test_client_v2.rs:1211
Method
complete_upload
Return the content length and content type of the uploaded object
libs/database/src/file/s3_client_impl.rs:360
Method
complete_upload
( &self, key: impl BlobKey, req: CompleteUploadRequest, )
libs/database/src/file/file_storage.rs:165
Function
complete_upload_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: web::Data<AppState>, req: web::Json<Compl
src/api/file_storage.rs:196
Function
completion_explain_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:9
Function
completion_image_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:33
Function
compress
( data: Vec<u8>, quality: u32, buffer_size: usize, )
src/domain/compression.rs:20
Method
compress_encoded_collab
(encoded_collab_v1: Bytes)
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:598
Function
concurrent_refresh
()
tests/user/refresh.rs:17
Function
concurrent_user_sign_up_test
()
tests/user/sign_up.rs:65
Method
connect
(&self, access_token: String)
libs/client-api/src/v2/controller.rs:89
Function
connect_async
(url: &str, header_map: HeaderMap)
libs/client-websocket/src/native.rs:15
Function
connect_async
(url: S, headers: HeaderMap)
libs/client-websocket/src/lib.rs:19
Method
connect_state
(&self)
libs/client-api/src/v2/controller.rs:76
Method
contains_group
(&self, object_id: &Uuid)
services/appflowy-collaborate/src/group/manager.rs:68
Method
contains_user
(&self, user: &RealtimeUser)
services/appflowy-collaborate/src/group/group_init.rs:409
Method
contains_user
(&self, object_id: &Uuid, user: &RealtimeUser)
services/appflowy-collaborate/src/group/manager.rs:60
Function
continue_writing_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:61
Method
create_and_edit_collab
( &mut self, workspace_id: Uuid, collab_type: CollabType, )
libs/client-api-test/src/test_client_v2.rs:820
Function
create_answer_handler
( path: web::Path<(String, String)>, payload: Json<CreateAnswerMessageParams>, state: Data<AppState>, )
src/api/chat.rs:197
Function
create_archive
( mut body: Multipart, file_path: &PathBuf, )
src/biz/data_import/mod.rs:19
Function
create_chat_and_create_messages_test
()
tests/ai_test/chat_test.rs:103
Function
create_chat_context_handler
( state: Data<AppState>, payload: Json<CreateChatContext>, )
src/api/chat.rs:127
Function
create_chat_context_test
()
libs/appflowy-ai-client/tests/chat_test/context_test.rs:4
Function
create_chat_handler
( path: web::Path<Uuid>, state: Data<AppState>, payload: Json<CreateChatParams>, )
src/api/chat.rs:106
Function
create_collab_compatibility_with_json_params_test
()
tests/collab/collab_curd_test.rs:93
Function
create_collab_handler
( user_uuid: UserUuid, payload: Bytes, state: Data<AppState>, req: HttpRequest, )
src/api/workspace.rs:840
Method
create_collab_list
( &mut self, workspace_id: &Uuid, params: Vec<CollabParams>, )
libs/client-api-test/src/test_client.rs:698
Method
create_collab_list
( &mut self, workspace_id: &Uuid, params: Vec<CollabParams>, )
libs/client-api-test/src/test_client_v2.rs:758
Function
create_collab_params_compatibility_serde_test
()
tests/collab/collab_curd_test.rs:54
Method
create_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
Function
create_custom_task_test
(pg_pool: PgPool)
services/appflowy-worker/tests/import_test.rs:25
Function
create_database_from_todos_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:40
Function
create_database_page_view
()
tests/workspace/page_view.rs:1156
Method
create_document_collab
(&self, workspace_id: Uuid, object_id: Uuid)
libs/client-api-test/src/test_client_v2.rs:396
Function
create_document_from_desktop_guide_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:22
Function
create_document_from_getting_started_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:34
Function
create_document_from_mobile_guide_json_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:28
Method
create_group
( &self, user: &RealtimeUser, workspace_id: Uuid, object_id: Uuid, collab_type: CollabType
services/appflowy-collaborate/src/group/manager.rs:106
Function
create_import_handler
( user_uuid: UserUuid, state: Data<AppState>, payload: Json<CreateImportTask>, req: HttpRequest, )
src/api/data_import.rs:42
Function
create_new_chat_page
()
tests/workspace/page_view.rs:347
Function
create_new_document_page
()
tests/workspace/page_view.rs:208
Function
create_new_folder_view
()
tests/workspace/page_view.rs:162
Function
create_new_page_with_database
()
tests/workspace/page_view.rs:85
Function
create_question_handler
( state: Data<AppState>, path: web::Path<(String, String)>, payload: Json<CreateChatMessageParams>, uu
src/api/chat.rs:176
Function
create_snapshot
( pg_pool: &PgPool, object_id: &str, encoded_collab_v1: &[u8], workspace_id: &Uuid, )
libs/database/src/collab/collab_db_ops.rs:341
Method
create_snapshot
(&self, params: InsertSnapshotParams)
services/appflowy-collaborate/src/snapshot/snapshot_control.rs:82
Function
create_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
Function
create_space
()
tests/workspace/page_view.rs:928
Method
create_subscription
( &self, workspace_id: &str, recurring_interval: RecurringInterval, workspace_subscription_pla
libs/client-api/src/http_billing.rs:37
Function
create_upload
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: web::Data<AppState>, req: web::Json<Creat
src/api/file_storage.rs:91
Method
create_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
Method
create_upload
( &self, key: impl BlobKey, req: CreateUploadRequest, )
libs/database/src/file/file_storage.rs:149
Method
create_user
(&self, email: &str, password: &str)
libs/client-api/src/http.rs:564
Function
create_workspace_handler
( uuid: UserUuid, state: Data<AppState>, create_workspace_param: Json<CreateWorkspaceParam>, )
src/api/workspace.rs:411
Method
create_workspace_view
( &self, _uid: i64, workspace_view_builder: &mut WorkspaceViewBuilder, )
libs/workspace-template/src/document/getting_started.rs:186
Function
create_workspace_view_with_getting_started_template_test
()
libs/workspace-template/src/tests/getting_started_tests.rs:90
Method
current_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
Function
custom_prompt_test
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:104
Method
customer_id
(&self)
libs/client-api/src/http_billing.rs:27
Function
database_fields_crud
()
tests/collab/database_crud.rs:144
Function
database_fields_unsupported_field_type
()
tests/collab/database_crud.rs:264
Function
database_insert_row_with_doc
()
tests/collab/database_crud.rs:313
Method
database_row_cache
(&self)
src/biz/collab/database.rs:244
Method
database_row_cache
(&self)
libs/client-api-test/src/database_util.rs:100
Function
database_row_upsert
()
tests/collab/database_crud.rs:66
Function
database_row_upsert_with_doc
()
tests/collab/database_crud.rs:9
Method
decode
(decoder: &mut D)
libs/collab-rt-protocol/src/message.rs:57
Method
decode
(token: &str, secret: &[u8])
libs/gotrue-entity/src/gotrue_jwt.rs:62
Method
decode
(data: &[u8])
libs/collab-rt-entity/src/message.rs:125
Function
decode_0147_realtime_message_test
()
libs/collab-rt-entity/tests/serde_test.rs:56
Function
decode_0149_realtime_message_test
()
libs/collab-rt-entity/tests/serde_test.rs:31
Function
decode_version_2_collab_message_with_version_1_test_1
()
libs/collab-rt-entity/tests/serde_test.rs:81
Function
decompress
(data: Vec<u8>, buffer_size: usize)
services/appflowy-collaborate/src/compression.rs:12
Method
default
()
services/appflowy-collaborate/src/metrics.rs:251
Method
default
()
services/appflowy-collaborate/src/ws2/actors/server.rs:275
← previous
next →
1,701–1,800 of 3,042, ranked by callers