MCPcopy Create free account

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

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

Methoddefault
()
services/appflowy-collaborate/src/group/null_sender.rs:17
Methoddefault
()
src/state.rs:140
Methoddefault
()
libs/access-control/src/noops/collab.rs:21
Methoddefault
()
libs/access-control/src/noops/workspace.rs:19
Methoddefault
()
libs/access-control/src/casbin/enforcer.rs:33
Methoddefault
()
libs/client-api-test/src/test_client_config.rs:27
Methoddefault
()
libs/shared-entity/src/dto/workspace_dto.rs:55
Methoddefault
()
libs/client-api/src/http.rs:85
Methoddefault
()
libs/client-api/src/collab_sync/sync_control.rs:287
Methoddefault
()
libs/client-api/src/v2/controller.rs:291
Methoddefault
()
libs/client-api/src/v2/conn_retry.rs:32
Methoddefault
()
libs/client-api/src/ws/client.rs:40
Methoddefault
()
libs/database-entity/src/dto.rs:712
Methoddefault
()
libs/gotrue/src/params.rs:52
Methoddefault
()
libs/collab-stream/src/stream_router.rs:190
Functiondefault_comments_enabled
()
libs/database-entity/src/dto.rs:484
Functiondefault_duplicate_enabled
()
libs/database-entity/src/dto.rs:488
Functiondefault_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
Functiondefault_image_model
Default values for the fields
libs/appflowy-ai-client/src/dto.rs:106
Functiondefault_image_quality
()
libs/appflowy-ai-client/src/dto.rs:114
Functiondefault_image_size
()
libs/appflowy-ai-client/src/dto.rs:110
Methoddefault_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
Functiondefault_search_score_limit
()
libs/shared-entity/src/dto/search_dto.rs:47
Functiondelete_access_request
( executor: E, request_id: Uuid, )
libs/database/src/access_request.rs:126
Functiondelete_account_handler
Delete the user account and all associated data.
admin_frontend/src/web_api.rs:131
Functiondelete_all_pages_from_trash_handler
( user_uuid: UserUuid, path: web::Path<Uuid>, state: Data<AppState>, req: HttpRequest, )
src/api/workspace.rs:1505
Methoddelete_blob
(&self, _object_key: &str)
services/appflowy-worker/tests/import_test.rs:220
Methoddelete_blob
(&self, object_key: &str)
libs/database/src/file/s3_client_impl.rs:207
Methoddelete_blob
(&self, key: impl BlobKey)
libs/database/src/file/file_storage.rs:126
Functiondelete_blob_handler
( user_uuid: UserUuid, state: Data<AppState>, path: web::Path<BlobPathV0>, )
src/api/file_storage.rs:302
Methoddelete_blob_v1
( &self, workspace_id: &str, parent_dir: &str, file_id: &str, )
libs/client-api/src/http_blob.rs:141
Functiondelete_blob_v1_handler
( user_uuid: UserUuid, state: Data<AppState>, path: web::Path<BlobPathV1>, )
src/api/file_storage.rs:334
Functiondelete_chat
( txn: &mut Transaction<'_, Postgres>, chat_id: &str, )
libs/database/src/chat/chat_ops.rs:134
Methoddelete_chat
Delete a chat for given chat_id
libs/client-api/src/http_chat.rs:78
Functiondelete_chat_handler
( path: web::Path<(String, String)>, state: Data<AppState>, )
src/api/chat.rs:117
Methoddelete_collab
(&self, workspace_id: &Uuid, uid: &i64, object_id: &Uuid)
services/appflowy-collaborate/src/collab/collab_store.rs:324
Methoddelete_collab
(&self, workspace_id: &Uuid, object_id: &Uuid)
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:678
Methoddelete_collab
(&self, params: DeleteCollabParams)
libs/client-api/src/http_collab.rs:150
Functiondelete_collab_handler
( user_uuid: UserUuid, payload: Json<DeleteCollabParams>, state: Data<AppState>, )
src/api/workspace.rs:1837
Methoddelete_file
(&self, file_id: &str)
libs/client-api-test/src/test_client_v2.rs:609
Functiondelete_page_from_trash_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, String)>, state: Data<AppState>, req: HttpRequest, )
src/api/workspace.rs:1483
Functiondelete_published_collab_comment_handler
( user_uuid: UserUuid, view_id: web::Path<Uuid>, state: Data<AppState>, data: Json<DeleteGlobalComment
src/api/workspace.rs:2085
Functiondelete_published_collab_reaction_handler
( user_uuid: UserUuid, data: Json<DeleteReactionParams>, state: Data<AppState>, )
src/api/workspace.rs:2126
Functiondelete_published_collabs_handler
( workspace_id: web::Path<Uuid>, user_uuid: UserUuid, state: Data<AppState>, view_ids: Json<Vec<Uuid>>
src/api/workspace.rs:2222
Functiondelete_quick_note_handler
( user_uuid: UserUuid, path_param: web::Path<(Uuid, Uuid)>, state: Data<AppState>, )
src/api/workspace.rs:2852
Functiondelete_template_category_handler
( _uuid: UserUuid, category_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:124
Functiondelete_template_creator_handler
( _uuid: UserUuid, creator_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:186
Functiondelete_template_handler
( _uuid: UserUuid, view_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:269
Functiondelete_user_handler
( auth: Authorization, state: Data<AppState>, query: web::Query<DeleteUserQuery>, )
src/api/user.rs:68
Functiondelete_workspace_default_published_view_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:1882
Functiondelete_workspace_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:461
Functiondelete_workspace_invite_code_handler
( user_uuid: UserUuid, path_param: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2867
Functiondelete_workspace_resource_test
()
tests/file_test/delete_dir_test.rs:10
Functiondelete_workspace_sub_folder_resource_test
()
tests/file_test/delete_dir_test.rs:25
Methodderef
(&self)
services/appflowy-collaborate/src/actix_ws/server/rt_actor.rs:25
Methodderef
(&self)
services/appflowy-worker/src/mailer.rs:12
Methodderef
(&self)
services/appflowy-worker/src/s3_client.rs:72
Methodderef
(&self)
src/biz/authentication/jwt.rs:25
Methodderef
(&self)
tests/file_test/mod.rs:32
Methodderef
(&self)
libs/infra/src/file_util.rs:17
Methodderef
(&self)
libs/database/src/file/s3_client_impl.rs:510
Methodderef
(&self)
libs/shared-entity/src/dto/workspace_dto.rs:17
Methodderef
(&self)
libs/client-api/src/notify.rs:101
Methodderef
(&self)
libs/client-api/src/collab_sync/sync_control.rs:263
Methodderef
(&self)
libs/client-api/src/collab_sync/collab_sink.rs:607
Methodderef
(&self)
libs/database-entity/src/dto.rs:324
Methodderef
(&self)
libs/collab-rt-entity/src/message.rs:44
Methodderef
(&self)
libs/collab-stream/src/model.rs:199
Methodderef_mut
(&mut self)
libs/client-api/src/collab_sync/collab_sink.rs:616
Methodderef_mut
(&mut self)
libs/collab-rt-entity/src/message.rs:50
Functiondeserialization_using_protobuf
()
libs/database-entity/src/dto.rs:1394
Functiondeserialize
(deserializer: D)
libs/database/src/collab/collab_storage.rs:131
Functiondeserialize_collab_params_without_embeddings
()
libs/database-entity/src/dto.rs:1407
Functiondesktop_guide_document_data
()
libs/workspace-template/src/document/getting_started.rs:351
Methoddestroy
(&self)
libs/client-api/src/collab_sync/plugin.rs:214
Methoddevice_id
(&self)
libs/collab-rt-entity/src/client_message.rs:92
Methoddid_init
(&self, _collab: &Collab, _object_id: &str)
libs/client-api/src/collab_sync/plugin.rs:149
Functiondifferent_collab_types_not_compacted
()
libs/client-api/src/v2/compactor.rs:599
Methoddisable_receive_message
(&mut self)
libs/client-api-test/src/test_client_v2.rs:199
Methoddisable_receive_message
(&self)
libs/client-api/src/v2/controller.rs:173
Methoddisconnect
(&self)
libs/client-api-test/src/test_client_v2.rs:1002
Methoddispatch_collab_awareness_update
( collabs: &DashMap<Uuid, AwarenessSender>, workspaces: &DashMap<Uuid, ScopedAwarenessSender>, wor
libs/collab-stream/src/awareness_gossip.rs:61
Functiondocument_full_sync_then_search_test
()
tests/collab/collab_embedding_test.rs:41
Functiondocument_plain_text
()
services/appflowy-collaborate/tests/indexer_test.rs:10
Functiondocument_plain_text_with_nested_blocks
()
services/appflowy-collaborate/tests/indexer_test.rs:21
Functiondocument_search_handler
( auth: Authorization, path: web::Path<Uuid>, payload: Query<SearchDocumentRequest>, state: Data<AppSt
src/api/search.rs:26
Functiondownload_package_test
()
libs/appflowy-ai-client/tests/chat_test/qa_test.rs:31
Methoddrop
(&mut self)
services/appflowy-collaborate/src/group/group_init.rs:74
Methoddrop
(&mut self)
services/appflowy-worker/src/s3_client.rs:241
Methoddrop
(&mut self)
src/api/data_import.rs:316
Methoddrop
(&mut self)
libs/client-api/src/collab_sync/sync_control.rs:42
Methoddrop
(&mut self)
libs/client-api/src/collab_sync/plugin.rs:40
Methoddrop
(&mut self)
libs/client-api/src/collab_sync/collab_sink.rs:42
Methoddrop
(&mut self)
libs/client-api/src/collab_sync/collab_stream.rs:47
Methoddrop
(&mut self)
libs/client-api/src/ws/handler.rs:20
Methoddrop
(&mut self)
libs/client-websocket/src/web.rs:118
Methoddrop
(&mut self)
libs/collab-stream/src/lease.rs:46
Methoddrop
(&mut self)
libs/collab-stream/src/stream_router.rs:162
Functiondrop_subscription
()
libs/collab-stream/src/stream_router.rs:519
Functionduplicate_page_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, Uuid)>, payload: Json<DuplicatePageParams>, state: Data<
src/api/workspace.rs:1409
← previousnext →1,801–1,900 of 3,042, ranked by callers