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
Method
default
()
services/appflowy-collaborate/src/group/null_sender.rs:17
Method
default
()
src/state.rs:140
Method
default
()
libs/access-control/src/noops/collab.rs:21
Method
default
()
libs/access-control/src/noops/workspace.rs:19
Method
default
()
libs/access-control/src/casbin/enforcer.rs:33
Method
default
()
libs/client-api-test/src/test_client_config.rs:27
Method
default
()
libs/shared-entity/src/dto/workspace_dto.rs:55
Method
default
()
libs/client-api/src/http.rs:85
Method
default
()
libs/client-api/src/collab_sync/sync_control.rs:287
Method
default
()
libs/client-api/src/v2/controller.rs:291
Method
default
()
libs/client-api/src/v2/conn_retry.rs:32
Method
default
()
libs/client-api/src/ws/client.rs:40
Method
default
()
libs/database-entity/src/dto.rs:712
Method
default
()
libs/gotrue/src/params.rs:52
Method
default
()
libs/collab-stream/src/stream_router.rs:190
Function
default_comments_enabled
()
libs/database-entity/src/dto.rs:484
Function
default_duplicate_enabled
()
libs/database-entity/src/dto.rs:488
Function
default_error_code
Uses a custom deserializer for error codes. This ensures that when a client receives an unrecognized error code, due to version mismatches, it default
libs/shared-entity/src/response.rs:204
Function
default_image_model
Default values for the fields
libs/appflowy-ai-client/src/dto.rs:106
Function
default_image_quality
()
libs/appflowy-ai-client/src/dto.rs:114
Function
default_image_size
()
libs/appflowy-ai-client/src/dto.rs:110
Method
default_model
Returns the default embedding model used in this system. This model is hardcoded and used to generate embeddings whose dimensions are reflected in th
libs/appflowy-ai-client/src/dto.rs:245
Function
default_search_score_limit
()
libs/shared-entity/src/dto/search_dto.rs:47
Function
delete_access_request
( executor: E, request_id: Uuid, )
libs/database/src/access_request.rs:126
Function
delete_account_handler
Delete the user account and all associated data.
admin_frontend/src/web_api.rs:131
Function
delete_all_pages_from_trash_handler
( user_uuid: UserUuid, path: web::Path<Uuid>, state: Data<AppState>, req: HttpRequest, )
src/api/workspace.rs:1505
Method
delete_blob
(&self, _object_key: &str)
services/appflowy-worker/tests/import_test.rs:220
Method
delete_blob
(&self, object_key: &str)
libs/database/src/file/s3_client_impl.rs:207
Method
delete_blob
(&self, key: impl BlobKey)
libs/database/src/file/file_storage.rs:126
Function
delete_blob_handler
( user_uuid: UserUuid, state: Data<AppState>, path: web::Path<BlobPathV0>, )
src/api/file_storage.rs:302
Method
delete_blob_v1
( &self, workspace_id: &str, parent_dir: &str, file_id: &str, )
libs/client-api/src/http_blob.rs:141
Function
delete_blob_v1_handler
( user_uuid: UserUuid, state: Data<AppState>, path: web::Path<BlobPathV1>, )
src/api/file_storage.rs:334
Function
delete_chat
( txn: &mut Transaction<'_, Postgres>, chat_id: &str, )
libs/database/src/chat/chat_ops.rs:134
Method
delete_chat
Delete a chat for given chat_id
libs/client-api/src/http_chat.rs:78
Function
delete_chat_handler
( path: web::Path<(String, String)>, state: Data<AppState>, )
src/api/chat.rs:117
Method
delete_collab
(&self, workspace_id: &Uuid, uid: &i64, object_id: &Uuid)
services/appflowy-collaborate/src/collab/collab_store.rs:324
Method
delete_collab
(&self, workspace_id: &Uuid, object_id: &Uuid)
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:678
Method
delete_collab
(&self, params: DeleteCollabParams)
libs/client-api/src/http_collab.rs:150
Function
delete_collab_handler
( user_uuid: UserUuid, payload: Json<DeleteCollabParams>, state: Data<AppState>, )
src/api/workspace.rs:1837
Method
delete_file
(&self, file_id: &str)
libs/client-api-test/src/test_client_v2.rs:609
Function
delete_page_from_trash_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, String)>, state: Data<AppState>, req: HttpRequest, )
src/api/workspace.rs:1483
Function
delete_published_collab_comment_handler
( user_uuid: UserUuid, view_id: web::Path<Uuid>, state: Data<AppState>, data: Json<DeleteGlobalComment
src/api/workspace.rs:2085
Function
delete_published_collab_reaction_handler
( user_uuid: UserUuid, data: Json<DeleteReactionParams>, state: Data<AppState>, )
src/api/workspace.rs:2126
Function
delete_published_collabs_handler
( workspace_id: web::Path<Uuid>, user_uuid: UserUuid, state: Data<AppState>, view_ids: Json<Vec<Uuid>>
src/api/workspace.rs:2222
Function
delete_quick_note_handler
( user_uuid: UserUuid, path_param: web::Path<(Uuid, Uuid)>, state: Data<AppState>, )
src/api/workspace.rs:2852
Function
delete_template_category_handler
( _uuid: UserUuid, category_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:124
Function
delete_template_creator_handler
( _uuid: UserUuid, creator_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:186
Function
delete_template_handler
( _uuid: UserUuid, view_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:269
Function
delete_user_handler
( auth: Authorization, state: Data<AppState>, query: web::Query<DeleteUserQuery>, )
src/api/user.rs:68
Function
delete_workspace_default_published_view_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:1882
Function
delete_workspace_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:461
Function
delete_workspace_invite_code_handler
( user_uuid: UserUuid, path_param: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2867
Function
delete_workspace_resource_test
()
tests/file_test/delete_dir_test.rs:10
Function
delete_workspace_sub_folder_resource_test
()
tests/file_test/delete_dir_test.rs:25
Method
deref
(&self)
services/appflowy-collaborate/src/actix_ws/server/rt_actor.rs:25
Method
deref
(&self)
services/appflowy-worker/src/mailer.rs:12
Method
deref
(&self)
services/appflowy-worker/src/s3_client.rs:72
Method
deref
(&self)
src/biz/authentication/jwt.rs:25
Method
deref
(&self)
tests/file_test/mod.rs:32
Method
deref
(&self)
libs/infra/src/file_util.rs:17
Method
deref
(&self)
libs/database/src/file/s3_client_impl.rs:510
Method
deref
(&self)
libs/shared-entity/src/dto/workspace_dto.rs:17
Method
deref
(&self)
libs/client-api/src/notify.rs:101
Method
deref
(&self)
libs/client-api/src/collab_sync/sync_control.rs:263
Method
deref
(&self)
libs/client-api/src/collab_sync/collab_sink.rs:607
Method
deref
(&self)
libs/database-entity/src/dto.rs:324
Method
deref
(&self)
libs/collab-rt-entity/src/message.rs:44
Method
deref
(&self)
libs/collab-stream/src/model.rs:199
Method
deref_mut
(&mut self)
libs/client-api/src/collab_sync/collab_sink.rs:616
Method
deref_mut
(&mut self)
libs/collab-rt-entity/src/message.rs:50
Function
deserialization_using_protobuf
()
libs/database-entity/src/dto.rs:1394
Function
deserialize
(deserializer: D)
libs/database/src/collab/collab_storage.rs:131
Function
deserialize_collab_params_without_embeddings
()
libs/database-entity/src/dto.rs:1407
Function
desktop_guide_document_data
()
libs/workspace-template/src/document/getting_started.rs:351
Method
destroy
(&self)
libs/client-api/src/collab_sync/plugin.rs:214
Method
device_id
(&self)
libs/collab-rt-entity/src/client_message.rs:92
Method
did_init
(&self, _collab: &Collab, _object_id: &str)
libs/client-api/src/collab_sync/plugin.rs:149
Function
different_collab_types_not_compacted
()
libs/client-api/src/v2/compactor.rs:599
Method
disable_receive_message
(&mut self)
libs/client-api-test/src/test_client_v2.rs:199
Method
disable_receive_message
(&self)
libs/client-api/src/v2/controller.rs:173
Method
disconnect
(&self)
libs/client-api-test/src/test_client_v2.rs:1002
Method
dispatch_collab_awareness_update
( collabs: &DashMap<Uuid, AwarenessSender>, workspaces: &DashMap<Uuid, ScopedAwarenessSender>, wor
libs/collab-stream/src/awareness_gossip.rs:61
Function
document_full_sync_then_search_test
()
tests/collab/collab_embedding_test.rs:41
Function
document_plain_text
()
services/appflowy-collaborate/tests/indexer_test.rs:10
Function
document_plain_text_with_nested_blocks
()
services/appflowy-collaborate/tests/indexer_test.rs:21
Function
document_search_handler
( auth: Authorization, path: web::Path<Uuid>, payload: Query<SearchDocumentRequest>, state: Data<AppSt
src/api/search.rs:26
Function
download_package_test
()
libs/appflowy-ai-client/tests/chat_test/qa_test.rs:31
Method
drop
(&mut self)
services/appflowy-collaborate/src/group/group_init.rs:74
Method
drop
(&mut self)
services/appflowy-worker/src/s3_client.rs:241
Method
drop
(&mut self)
src/api/data_import.rs:316
Method
drop
(&mut self)
libs/client-api/src/collab_sync/sync_control.rs:42
Method
drop
(&mut self)
libs/client-api/src/collab_sync/plugin.rs:40
Method
drop
(&mut self)
libs/client-api/src/collab_sync/collab_sink.rs:42
Method
drop
(&mut self)
libs/client-api/src/collab_sync/collab_stream.rs:47
Method
drop
(&mut self)
libs/client-api/src/ws/handler.rs:20
Method
drop
(&mut self)
libs/client-websocket/src/web.rs:118
Method
drop
(&mut self)
libs/collab-stream/src/lease.rs:46
Method
drop
(&mut self)
libs/collab-stream/src/stream_router.rs:162
Function
drop_subscription
()
libs/collab-stream/src/stream_router.rs:519
Function
duplicate_page_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, Uuid)>, payload: Json<DuplicatePageParams>, state: Data<
src/api/workspace.rs:1409
← previous
next →
1,801–1,900 of 3,042, ranked by callers