MCPcopy Create free account

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

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

↓ 1 callersMethodworkspace_id
(&self)
src/api/file_storage.rs:622
↓ 1 callersFunctionworkspace_scope
()
src/api/workspace.rs:100
↓ 1 callersMethodwrite_collab
( &self, doc_state_v1: Vec<u8>, state_vector: StateVector, mills_secs: u64, )
services/appflowy-collaborate/src/group/group_init.rs:1210
↓ 1 callersFunctionwrite_multiple_part
( payload: &mut Multipart, file_path: PathBuf, )
src/api/data_import.rs:329
↓ 1 callersFunctionwrite_stream_to_file
( file_path: &PathBuf, expected_md5_base64: &Option<String>, mut stream: Box<dyn futures::AsyncBufRead +
services/appflowy-worker/src/s3_client.rs:288
↓ 1 callersMethodws_connect_info
(&self, auto_refresh: bool)
libs/client-api/src/http.rs:996
↓ 1 callersFunctionws_scope
()
src/api/ws.rs:28
Methodaccess_control
( workspace_id: &Uuid, uid: &i64, object_id: &Uuid, access_control: Arc<dyn RealtimeAccessCont
services/appflowy-collaborate/src/client/client_msg_router.rs:154
Functionaccess_request_test
()
tests/workspace/access_request.rs:7
Methodack_code_from_error
(error: &RTProtocolError)
services/appflowy-collaborate/src/group/group_init.rs:865
Methodactor_loop
( weak_ref: Weak<WorkspaceControllerActor>, mut receiver: ChannelReceiverCompactor, )
libs/client-api/src/v2/actor.rs:266
Functionadd_and_delete_workspace_for_user
()
tests/workspace/workspace_crud.rs:141
Functionadd_duplicate_workspace_members
()
tests/workspace/member_crud.rs:69
Functionadd_not_exist_workspace_members
()
tests/workspace/member_crud.rs:109
Methodadd_policy
(&mut self, _sec: &str, _ptype: &str, _rule: Vec<String>)
libs/access-control/src/casbin/adapter.rs:136
Functionadd_recent_pages
()
tests/workspace/page_view.rs:1223
Functionadd_recent_pages_handler
( user_uuid: UserUuid, path: web::Path<Uuid>, payload: Json<AddRecentPagesParams>, state: Data<AppStat
src/api/workspace.rs:1453
Functionadd_workspace_member_and_owner_then_delete_all
()
tests/workspace/member_crud.rs:239
Functionadd_workspace_member_and_then_member_get_member_list
()
tests/workspace/member_crud.rs:387
Methodadd_workspace_members
( &self, workspace_id: W, members: T, )
libs/client-api/src/http_member.rs:101
Functionadd_workspace_members_db_only
use in tests only
src/biz/workspace/ops.rs:497
Functionadd_workspace_members_not_enough_permission
()
tests/workspace/member_crud.rs:47
Functionadmin_add_user_handler
( State(state): State<AppState>, session: UserSession, Form(param): Form<WebApiAdminCreateUserRequest>,
admin_frontend/src/web_api.rs:306
Functionadmin_create_sso_handler
( State(state): State<AppState>, session: UserSession, Form(param): Form<WebApiCreateSSOProviderRequest>
admin_frontend/src/web_api.rs:80
Functionadmin_delete_create_same_user_hard
()
tests/user/delete.rs:57
Functionadmin_delete_sso_handler
( State(state): State<AppState>, session: UserSession, Path(provider_id): Path<String>, )
admin_frontend/src/web_api.rs:67
Functionadmin_delete_user_handler
( State(state): State<AppState>, session: UserSession, Path(user_uuid): Path<String>, )
admin_frontend/src/web_api.rs:288
Functionadmin_generate_link_and_user_sign_in_and_invite
()
tests/gotrue/admin.rs:109
Functionadmin_home_handler
( State(state): State<AppState>, session: UserSession, )
admin_frontend/src/web_app.rs:464
Methodadmin_invite_user
( &self, access_token: &str, admin_user_params: &InviteUserParams, )
libs/gotrue/src/api.rs:231
Functionadmin_navigate_handler
()
admin_frontend/src/web_app.rs:246
Functionadmin_sso_create_handler
()
admin_frontend/src/web_app.rs:223
Functionadmin_sso_detail_handler
( State(state): State<AppState>, session: UserSession, Path(sso_provider_id): Path<String>, )
admin_frontend/src/web_app.rs:203
Functionadmin_sso_handler
( State(state): State<AppState>, session: UserSession, )
admin_frontend/src/web_app.rs:227
Methodadmin_update_sso_provider
( &self, access_token: &str, idp_id: &str, create_sso_provider_params: &CreateSSOProviderParam
libs/gotrue/src/api.rs:326
Functionadmin_update_user_handler
( State(state): State<AppState>, session: UserSession, Path(user_uuid): Path<String>, Form(param): For
admin_frontend/src/web_api.rs:249
Functionadmin_user_create
()
tests/gotrue/settings.rs:16
Functionadmin_user_create_list_edit_delete
()
tests/gotrue/admin.rs:9
Functionadmin_user_details_handler
( State(state): State<AppState>, session: UserSession, Path(user_id): Path<String>, )
admin_frontend/src/web_app.rs:501
Functionadmin_users_create_handler
()
admin_frontend/src/web_app.rs:351
Functionadmin_users_handler
( State(state): State<AppState>, session: UserSession, )
admin_frontend/src/web_app.rs:479
Methodafter_message_id
(after_message_id: i64, limit: u64)
libs/shared-entity/src/dto/chat_dto.rs:198
Methodai
()
libs/shared-entity/src/dto/chat_dto.rs:343
Methodai_model
(mut self, ai_model: String)
libs/database-entity/src/dto.rs:739
Functionanswer_handler
( path: web::Path<(String, String, i64)>, state: Data<AppState>, req: HttpRequest, )
src/api/chat.rs:218
Methodanswer_response_stream
( resp: reqwest::Response, )
libs/shared-entity/src/response_stream.rs:59
Functionanswer_stream_handler
( path: web::Path<(String, String, i64)>, state: Data<AppState>, req: HttpRequest, )
src/api/chat.rs:238
Functionanswer_stream_v2_handler
( path: web::Path<(String, String, i64)>, state: Data<AppState>, req: HttpRequest, )
src/api/chat.rs:283
Functionanswer_stream_v3_handler
( path: web::Path<(String, String)>, payload: Json<ChatQuestionQuery>, state: Data<AppState>, req: Htt
src/api/chat.rs:337
Functionappend_block_to_page
()
tests/workspace/page_view.rs:306
Functionappend_block_to_page_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, String)>, payload: Json<AppendBlockToPageParams>, state:
src/api/workspace.rs:1339
Methodarray_type_info
()
libs/database/src/index/collab_embeddings_ops.rs:90
Methodas_str
(&self)
libs/shared-entity/src/dto/billing_dto.rs:13
Methodas_str_name
String value of the enum field names used in the ProtoBuf definition. The values are not transformed in any way and thus are considered stable (if th
libs/collab-rt-entity/src/collab_proto.rs:27
Functionassert_client_collab_include_value
Asserts that a client collab eventually includes the expected values
libs/client-api-test/src/test_client_v2.rs:1176
Functionassert_client_collab_value
( client: &mut TestClient, object_id: &Uuid, expected: Value, )
libs/client-api-test/src/test_client_v2.rs:1133
Functionassert_client_collab_within_secs
Asserts that a client collab's specific key eventually matches the expected value
libs/client-api-test/src/test_client_v2.rs:1152
Functionassert_server_collab
This is a convenience function that uses the new assertion utilities. Consider using `assert_server_collab_eventually` directly for more control.
libs/client-api-test/src/test_client_v2.rs:1109
Methodassert_similarity
( &self, workspace_id: &Uuid, input: &str, expected: &str, score: f64, use_embedding:
libs/client-api-test/src/test_client_v2.rs:733
Methodattempt_connect
(self: Arc<Self>, token: String)
libs/client-api/src/v2/controller.rs:358
Methodbase_billing_url
(&self)
libs/client-api/src/http_billing.rs:23
Methodbase_url
(&self)
libs/client-api/src/http.rs:198
Functionbatch_create_collab_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, mut payload: Payload, state: Data<AppState>, r
src/api/workspace.rs:939
Methodbatch_get_collab
( &self, _uid: &i64, workspace_id: Uuid, queries: Vec<QueryCollab>, )
services/appflowy-collaborate/src/collab/collab_store.rs:309
Methodbatch_get_collab
( &mut self, workspace_id: &Uuid, params: Vec<QueryCollab>, )
libs/client-api-test/src/test_client_v2.rs:802
Functionbatch_get_collab_embed_info_handler
( state: Data<AppState>, payload: Json<RepeatedEmbeddedCollabQuery>, )
src/api/workspace.rs:2671
Functionbatch_get_collab_filters_deleted_records_test
()
tests/collab/storage_test.rs:218
Functionbatch_get_collab_handler
( user_uuid: UserUuid, path: Path<Uuid>, state: Data<AppState>, payload: Json<BatchQueryCollabParams>,
src/api/workspace.rs:1752
Methodbatch_get_encode_collab
(&self, object_ids: &[Uuid])
services/appflowy-collaborate/src/collab/cache/mem_cache.rs:196
Methodbatch_insert_collab
( &self, records: Vec<PendingCollabWrite>, )
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:699
Functionbatch_insert_collab_with_empty_payload_test
()
tests/collab/collab_curd_test.rs:41
Functionbatch_insert_document_collab_test
()
tests/collab/collab_curd_test.rs:144
Methodbatch_post_collab
( &self, workspace_id: &Uuid, params: Vec<QueryCollab>, )
libs/client-api/src/http_collab.rs:108
Methodbefore_message_id
(before_message_id: i64, limit: u64)
libs/shared-entity/src/dto/chat_dto.rs:204
Methodbind
(&self, collab: &mut Collab, collab_type: CollabType)
libs/client-api/src/v2/controller.rs:147
Methodbind_and_cache_collab_ref
Binds a collaboration object to the actor and loads its data if needed. This function sets up the necessary callbacks and observers to handle collabor
libs/client-api/src/v2/controller.rs:139
Methodblock_to_block_pb
( block: &SerdeBlock, id: Option<String>, parent: String, )
libs/workspace-template/src/document/parser.rs:102
Methodbuffer_size
(&self)
src/domain/compression.rs:13
Methodbuild
(&mut self)
libs/workspace-template/src/hierarchy_builder.rs:35
Methodbulk_insert_collab
( &self, workspace_id: Uuid, uid: &i64, params_list: Vec<CollabParams>, )
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:138
Methodcache_collab_ref
( &self, object_id: ObjectId, collab_ref: &CollabRef, collab_type: CollabType, )
libs/client-api/src/v2/controller.rs:151
Methodcache_collab_ref
( &self, object_id: ObjectId, collab_ref: &CollabRef, collab_type: CollabType, )
libs/client-api/src/v2/actor.rs:162
Methodcalculate_next_delay
Calculate next delay using decorrelated jitter strategy Decorrelated jitter: delay = random(base_delay, last_delay * 3)
libs/access-control/src/casbin/enforcer.rs:69
Functioncalculate_next_tick_duration
Calculates the duration until the next tick based on the current state. determines the appropriate interval until the next action should be taken, co
libs/client-api/src/ws/msg_queue.rs:222
Methodcalculate_similarity
( &self, params: CalculateSimilarityParams, )
libs/appflowy-ai-client/src/client.rs:328
Functioncalculate_similarity_handler
( state: web::Data<AppState>, payload: web::Json<CalculateSimilarityParams>, )
src/api/ai.rs:193
Methodcall
(&self, mut req: ServiceRequest)
src/middleware/request_id.rs:46
Methodcall
(&self, req: ServiceRequest)
src/middleware/metrics_mw.rs:47
Methodcan_create_collab
The user can create a [Collab] if the user is [AFRole::Owner] or [AFRole::Member] of the workspace.
libs/database-entity/src/dto.rs:508
Methodcan_read_collab
( &self, _workspace_id: &Uuid, _uid: &i64, _oid: &Uuid, )
libs/access-control/src/noops/collab.rs:88
Methodcan_read_collab
( &self, workspace_id: &Uuid, uid: &i64, oid: &Uuid, )
libs/access-control/src/casbin/collab.rs:158
Methodcan_write_collab
( &self, _workspace_id: &Uuid, _uid: &i64, _oid: &Uuid, )
libs/access-control/src/noops/collab.rs:79
Methodcan_write_collab
( &self, workspace_id: &Uuid, uid: &i64, oid: &Uuid, )
libs/access-control/src/casbin/collab.rs:147
Methodcancel_subscription
( &self, req: &SubscriptionCancelRequest, )
libs/client-api/src/http_billing.rs:73
Functionchange_password_handler
( State(state): State<AppState>, session: UserSession, Form(param): Form<WebApiChangePasswordRequest>, )
admin_frontend/src/web_api.rs:211
Functionchat_crud_test
(pool: PgPool)
tests/sql_test/chat_test.rs:16
Functionchat_message_crud_test
(pool: PgPool)
tests/sql_test/chat_test.rs:69
Functionchat_setting_test
(pool: PgPool)
tests/sql_test/chat_test.rs:192
Functionchat_with_multiple_selected_source_test
()
tests/ai_test/chat_with_selected_doc_test.rs:30
Functionchat_with_search_result_simple
()
tests/ai_test/summary_search_test.rs:8
← previousnext →1,601–1,700 of 3,042, ranked by callers