MCPcopy Create free account

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

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

Functionget_collab_handler
Deprecated
src/api/workspace.rs:1091
Functionget_collab_json_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, Uuid)>, query: web::Query<CollabTypeParam>, state: Data<
src/api/workspace.rs:1155
Functionget_collab_response_compatible_test
()
tests/collab/collab_curd_test.rs:24
Methodget_collab_snapshot_list
Returns list of snapshots for given object_id in descending order of creation time.
services/appflowy-collaborate/src/snapshot/snapshot_control.rs:171
Methodget_collab_with_view_metadata_by_view_id
( &self, view_id: &Uuid, )
src/biz/workspace/publish.rs:356
Methodget_collabs_created_since
( &self, workspace_id: Uuid, since: DateTime<Utc>, limit: usize, )
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:142
Methodget_collabs_created_since
( &self, workspace_id: Uuid, since: DateTime<Utc>, limit: usize, )
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:364
Functionget_configuration
()
services/appflowy-collaborate/src/config.rs:156
Methodget_connect_users
(&self, object_id: &Uuid)
libs/client-api-test/src/test_client_v2.rs:320
Methodget_database
(&self, workspace_id: Uuid, database_id: &str)
libs/client-api-test/src/test_client_v2.rs:274
Functionget_database_fields_handler
( user_uuid: UserUuid, path_param: web::Path<(Uuid, Uuid)>, state: Data<AppState>, )
src/api/workspace.rs:2496
Methodget_db_collab_from_view
(&mut self, workspace_id: Uuid, view_id: &Uuid)
libs/client-api-test/src/test_client_v2.rs:407
Functionget_default_published_collab_info_meta_handler
( publish_namespace: web::Path<String>, state: Data<AppState>, )
src/api/workspace.rs:1945
Methodget_document
(&self, workspace_id: Uuid, document_id: Uuid)
libs/client-api-test/src/test_client_v2.rs:285
Methodget_edit_collab_json
(&self, object_id: &Uuid)
libs/client-api-test/src/test_client.rs:967
Methodget_edit_collab_json
(&self, object_id: &Uuid)
libs/client-api-test/src/test_client_v2.rs:1015
Functionget_env_var
(key: &str, default: &'default str)
tests/file_test/mod.rs:59
Functionget_env_var
(key: &str, default: &'default str)
libs/client-api-test/src/client.rs:26
Functionget_favorite_views_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2350
Methodget_folder
(store: Arc<CollabManager>, msg: WorkspaceFolder)
services/appflowy-collaborate/src/ws2/actors/workspace.rs:88
Functionget_format_question_message_test
()
tests/ai_test/chat_test.rs:261
Methodget_group
(&self, object_id: &Uuid)
services/appflowy-collaborate/src/group/manager.rs:72
Functionget_import_detail_handler
( user_uuid: UserUuid, state: Data<AppState>, )
src/api/data_import.rs:117
Functionget_index_status
( tx: E, workspace_id: &Uuid, object_id: &Uuid, )
libs/database/src/index/collab_embeddings_ops.rs:16
Functionget_invite_code_info_handler
( user_uuid: UserUuid, query: web::Query<GetInvitationCodeInfoQuery>, state: Data<AppState>, )
src/api/invite_code.rs:19
Methodget_json
(&self)
libs/client-api-test/src/test_client_v2.rs:1093
Functionget_latest_collab_workspace_database_body
( pg_pool: &PgPool, storage: &Arc<dyn CollabStore>, origin: GetCollabOrigin, workspace_id: Uuid, )
src/biz/collab/utils.rs:331
Functionget_local_ai_config_test
()
libs/appflowy-ai-client/tests/chat_test/qa_test.rs:39
Functionget_meta
(objct_key: String)
services/appflowy-collaborate/src/snapshot/snapshot_control.rs:47
Functionget_model_list_test
()
tests/ai_test/chat_test.rs:466
Functionget_model_list_test
()
libs/appflowy-ai-client/tests/chat_test/model_config_test.rs:4
Functionget_page_view
()
tests/workspace/page_view.rs:46
Functionget_page_view_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, Uuid)>, state: Data<AppState>, )
src/api/workspace.rs:1704
Methodget_portal_session_link
(&self)
libs/client-api/src/http_billing.rs:106
Functionget_publish_namespace_handler
( workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:1935
Methodget_published_collab
( &self, publish_namespace: &str, publish_name: &str, )
libs/client-api/src/http_publish.rs:326
Functionget_published_collab_blob_handler
( path_param: web::Path<(String, String)>, state: Data<AppState>, )
src/api/workspace.rs:1969
Functionget_published_collab_comment_handler
( view_id: web::Path<Uuid>, optional_user_uuid: OptionalUserUuid, state: Data<AppState>, )
src/api/workspace.rs:2055
Functionget_published_collab_info_handler
Deprecated since 0.7.4
src/api/workspace.rs:2028
Functionget_published_collab_reaction_handler
( view_id: web::Path<Uuid>, query: web::Query<GetReactionQueryParams>, state: Data<AppState>, )
src/api/workspace.rs:2096
Functionget_question_message_test
()
tests/ai_test/chat_test.rs:408
Functionget_recent_views_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2331
Functionget_related_message_handler
( path: web::Path<(String, String, i64)>, state: Data<AppState>, req: HttpRequest, )
src/api/chat.rs:160
Functionget_self_and_ancestor_views
( folder: &Folder, view_id: &str, uid: i64, )
src/biz/collab/folder_view.rs:384
Methodget_shared_view_details
( &self, workspace_id: &Uuid, view_id: &Uuid, ancestor_view_ids: &[Uuid], )
libs/client-api/src/http_guest.rs:65
Methodget_shared_views
( &self, workspace_id: &Uuid, )
libs/client-api/src/http_guest.rs:49
Methodget_snapshot
( &self, workspace_id: Uuid, object_id: Uuid, snapshot_id: &i64, )
services/appflowy-collaborate/src/snapshot/snapshot_control.rs:190
Methodget_state_vector
(&self, object_id: &ObjectId)
libs/client-api/src/v2/db.rs:113
Methodget_subscription_plan_details
get all subscription plan details
libs/client-api/src/http_billing.rs:200
Functionget_template_category_handler
( category_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:115
Functionget_template_creator_handler
( creator_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:177
Functionget_template_handler
( view_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/template.rs:236
Functionget_template_homepage_handler
( query: web::Query<TemplateHomePageQueryParams>, state: Data<AppState>, )
src/api/template.rs:279
Functionget_text_with_image_message_test
()
tests/ai_test/chat_test.rs:311
Functionget_timestamp
(object_key: &str)
services/appflowy-collaborate/src/snapshot/snapshot_control.rs:37
Methodget_token
(&self)
libs/client-api/src/http.rs:246
Methodget_token_str
(&self)
libs/client-api/src/http.rs:236
Functionget_trash_views_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2369
Methodget_user_awareness
(&self)
libs/client-api-test/src/test_client_v2.rs:427
Functionget_user_default_workspace_test
()
tests/workspace/default_user_workspace.rs:37
Methodget_user_folder
(&self)
libs/client-api-test/src/test_client_v2.rs:363
Functionget_user_profile_handler
( uuid: UserUuid, state: Data<AppState>, )
src/api/user.rs:37
Methodget_user_workspace_info
(&self)
libs/client-api-test/src/test_client.rs:316
Methodget_user_workspace_info
(&self)
libs/client-api-test/src/test_client_v2.rs:354
Functionget_user_workspace_info_after_open_workspace
()
tests/workspace/member_crud.rs:334
Functionget_user_workspace_info_handler
( uuid: UserUuid, state: Data<AppState>, )
src/api/user.rs:48
Functionget_v1_published_collab_handler
( path_param: web::Path<(String, String)>, state: Data<AppState>, )
src/api/workspace.rs:1957
Functionget_v1_published_collab_info_handler
( view_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2043
Functionget_view_and_children
( folder: &Folder, view_id: &str, uid: i64, )
src/biz/collab/folder_view.rs:344
Functionget_workpace_folder
()
tests/workspace/workspace_folder.rs:4
Methodget_workspace_all_blob_metadata
( &self, workspace_id: &str, )
libs/client-api/src/http_blob.rs:247
Methodget_workspace_database
(&self, workspace_id: Uuid)
libs/client-api-test/src/test_client_v2.rs:293
Methodget_workspace_favorite
( &self, workspace_id: &Uuid, )
libs/client-api/src/http.rs:797
Functionget_workspace_folder_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, query: web::Query<QueryW
src/api/workspace.rs:2301
Functionget_workspace_invite_by_id_handler
( user_uuid: UserUuid, state: Data<AppState>, invite_id: web::Path<Uuid>, )
src/api/workspace.rs:551
Functionget_workspace_invite_code_handler
( user_uuid: UserUuid, path_param: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2882
Functionget_workspace_invite_handler
( user_uuid: UserUuid, state: Data<AppState>, query: web::Query<WorkspaceInviteQuery>, )
src/api/workspace.rs:539
Functionget_workspace_member_handler
( user_uuid: UserUuid, state: Data<AppState>, path: web::Path<(Uuid, i64)>, )
src/api/workspace.rs:701
Functionget_workspace_member_optional
( uid: i64, pg_pool: &PgPool, workspace_id: &Uuid, )
src/biz/workspace/ops.rs:576
Functionget_workspace_member_v1_handler
( user_uuid: UserUuid, state: Data<AppState>, path: web::Path<(Uuid, Uuid)>, )
src/api/workspace.rs:737
Functionget_workspace_members_handler
( user_uuid: UserUuid, state: Data<AppState>, workspace_id: web::Path<Uuid>, )
src/api/workspace.rs:642
Functionget_workspace_owner_after_sign_up_test
()
tests/workspace/member_crud.rs:8
Functionget_workspace_publish_outline_handler
( publish_namespace: web::Path<String>, state: Data<AppState>, )
src/api/workspace.rs:2387
Functionget_workspace_published_default_info_handler
( workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:1898
Functionget_workspace_settings_handler
( user_uuid: UserUuid, state: Data<AppState>, workspace_id: web::Path<Uuid>, )
src/api/workspace.rs:604
Methodget_workspace_subscriptions
Query all subscription status for a workspace
libs/client-api/src/http_billing.rs:143
Methodget_workspace_updates
Retrieves a range of updates from the Redis stream for a given workspace ID.
services/appflowy-collaborate/src/collab/cache/mem_cache.rs:249
Methodget_workspace_usage
(&self)
libs/client-api-test/src/test_client.rs:560
Methodget_workspace_usage
(&self)
libs/client-api-test/src/test_client_v2.rs:615
Methodget_workspace_usage_and_limit
( &self, workspace_id: &str, )
libs/client-api/src/http_billing.rs:123
Functionget_workspace_usage_handler
( state: Data<AppState>, workspace_id: web::Path<Uuid>, )
src/api/file_storage.rs:504
Functionget_workspace_usage_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2285
Methodget_workspaces
( receiver: &mut UnboundedReceiver<(Uuid, Rid)>, )
services/appflowy-collaborate/src/collab/snapshot_scheduler.rs:29
Functiongotrue_health
()
tests/gotrue/health.rs:5
Functiongotrue_settings
()
tests/gotrue/settings.rs:9
Methodgotrue_url
(&self)
libs/client-api/src/http.rs:206
Methodhande_ws_input
(store: Arc<CollabManager>, sender: WorkspaceSessionHandle, msg: WsInput)
services/appflowy-collaborate/src/ws2/actors/workspace.rs:94
Methodhandle
(&mut self, msg: WsOutput, ctx: &mut Self::Context)
services/appflowy-collaborate/src/ws2/actors/session.rs:192
Methodhandle
(&mut self, item: anyhow::Result<UpdateStreamMessage>, ctx: &mut Self::Context)
services/appflowy-collaborate/src/ws2/actors/workspace.rs:395
Methodhandle
(&mut self, message: RealtimeMessage, ctx: &mut Self::Context)
services/appflowy-collaborate/src/actix_ws/client/rt_client.rs:274
← previousnext →2,101–2,200 of 3,042, ranked by callers