MCPcopy Create free account

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

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

↓ 1 callersMethodadmin_create_sso_providers
( &self, access_token: &str, create_sso_provider_params: &CreateSSOProviderParams, )
libs/gotrue/src/api.rs:299
↓ 1 callersMethodadmin_delete_sso_provider
( &self, access_token: &str, idp_id: &str, )
libs/gotrue/src/api.rs:341
↓ 1 callersMethodadmin_get_sso_provider
( &self, access_token: &str, idp_id: &str, )
libs/gotrue/src/api.rs:313
↓ 1 callersMethodadmin_list_sso_providers
( &self, access_token: &str, )
libs/gotrue/src/api.rs:287
↓ 1 callersMethodadmin_user_details
( &self, access_token: &str, user_id: &str, // uuid )
libs/gotrue/src/api.rs:188
↓ 1 callersFunctionai_completion_scope
()
src/api/ai.rs:22
↓ 1 callersFunctionalex_software_engineer_story
()
tests/collab/util.rs:109
↓ 1 callersFunctionapi_client_with_email
same as generate_unique_registered_user_client but with specific email
libs/client-api-test/src/user.rs:92
↓ 1 callersFunctionappend_block_at_the_end_of_page
( state: &AppState, user: RealtimeUser, workspace_id: Uuid, view_id: &str, serde_blocks: &[SerdeBloc
src/biz/workspace/page_view.rs:518
↓ 1 callersFunctionappend_block_to_document_collab
( uid: i64, collab_storage: &Arc<dyn CollabStore>, workspace_id: Uuid, oid: Uuid, serde_blocks: &[Se
src/biz/workspace/page_view.rs:537
↓ 1 callersMethodappend_block_to_page
( &self, workspace_id: Uuid, view_id: &Uuid, params: &AppendBlockToPageParams, )
libs/client-api/src/http_view.rs:374
↓ 1 callersFunctionapply_updates_to_snapshot
( client_id: ClientID, object_id: ObjectId, collab_type: CollabType, rid_snapshot: Rid, update_snaps
services/appflowy-collaborate/src/collab/collab_manager.rs:666
↓ 1 callersMethodapprove_access_request
( &self, access_request_id: Uuid, )
libs/client-api/src/http_access_request.rs:39
↓ 1 callersFunctionapprove_or_reject_access_request
( pg_pool: &PgPool, workspace_access_control: Arc<dyn WorkspaceAccessControl>, mailer: AFCloudMailer,
src/biz/access_request/ops.rs:109
↓ 1 callersMethodas_uuid
(&self)
src/biz/authentication/jwt.rs:83
↓ 1 callersMethodassert_json_key_eventually
Asserts that a specific key in the JSON eventually matches the expected value
libs/client-api-test/src/assertion_utils.rs:59
↓ 1 callersFunctionassert_num_connected_client_within_secs
( client: &TestClient, object_id: &Uuid, expected: usize, secs: u64, )
tests/collab/awareness_test.rs:66
↓ 1 callersFunctionassert_server_collab_eventually
Asserts that a server collab eventually matches the expected JSON
libs/client-api-test/src/assertion_utils.rs:94
↓ 1 callersMethodattempt_connect
(self: Arc<Self>, _token: String)
libs/client-api/src/v2/conn_retry.rs:219
↓ 1 callersMethodawareness
(&self)
services/appflowy-collaborate/src/collab/collab_manager.rs:79
↓ 1 callersMethodawareness_update_sink
( &self, workspace_id: &Uuid, object_id: &Uuid, )
libs/collab-stream/src/client.rs:92
↓ 1 callersMethodawareness_updates
( &self, object_id: &Uuid, )
libs/collab-stream/src/client.rs:167
↓ 1 callersFunctionazure_open_ai_config
()
libs/indexer/src/vector/embedder.rs:55
↓ 1 callersMethodbatch_create_collab_url
(&self, workspace_id: &Uuid)
libs/client-api/src/http.rs:1212
↓ 1 callersMethodbatch_get_collab
( &mut self, workspace_id: &Uuid, params: Vec<QueryCollab>, )
libs/client-api-test/src/test_client.rs:742
↓ 1 callersFunctionbatch_get_collab_from_s3
( s3: &AwsS3BucketClientImpl, workspace_id: &Uuid, params: Vec<QueryCollab>, results: &mut HashMap<Uui
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:641
↓ 1 callersMethodbatch_get_data
( &self, object_ids: &[Uuid], )
services/appflowy-collaborate/src/collab/cache/mem_cache.rs:135
↓ 1 callersMethodbatch_get_full_collab
( &self, workspace_id: &Uuid, queries: Vec<T>, from: Option<StateVector>, encoding: Encode
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:514
↓ 1 callersMethodbatch_get_snapshot_collab
( &self, workspace_id: &Uuid, queries: Vec<T>, )
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:394
↓ 1 callersMethodbatch_get_state_vector
( &self, object_ids: &[&ObjectId], )
libs/client-api/src/v2/db.rs:130
↓ 1 callersMethodbatch_index_collabs
Batch indexes collabs for search
services/appflowy-collaborate/src/collab/collab_manager.rs:638
↓ 1 callersMethodbatch_insert_by_user
Batch inserts snapshots grouped by user ID
services/appflowy-collaborate/src/collab/collab_manager.rs:609
↓ 1 callersMethodbatch_insert_collab
( &self, records: Vec<PendingCollabWrite>, )
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:375
↓ 1 callersMethodbatch_insert_collabs
Note: This function will override any existing values without timestamp comparison. Use the single insert methods if you need conditional insertion ba
services/appflowy-collaborate/src/collab/collab_store.rs:137
↓ 1 callersMethodbatch_is_collab_deleted
( &self, object_ids: &[Uuid], )
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:538
↓ 1 callersFunctionbatch_put_collab_to_s3
( s3: &AwsS3BucketClientImpl, collabs: HashMap<String, Bytes>, )
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:613
↓ 1 callersFunctionbatch_select_collab_blob
( pg_pool: &PgPool, queries: Vec<QueryCollab>, results: &mut HashMap<Uuid, QueryCollabResult>, )
libs/database/src/collab/collab_db_ops.rs:282
↓ 1 callersFunctionbatch_select_collab_embed
( executor: E, embedded_collab: Vec<EmbeddedCollabQuery>, )
libs/database/src/collab/collab_db_ops.rs:628
↓ 1 callersFunctionbatch_upload_files_to_s3
( workspace_id: &str, client: &Arc<dyn S3Client>, resources: Vec<UploadCollabResource>, )
services/appflowy-worker/src/import_worker/worker.rs:1281
↓ 1 callersFunctionbuffer_size_from_content_length
(content_length: Option<i64>)
services/appflowy-worker/src/import_worker/worker.rs:854
↓ 1 callersMethodbuild_folder
(&self, workspace_id: WorkspaceId)
services/appflowy-collaborate/src/collab/collab_manager.rs:92
↓ 1 callersMethodbuild_getting_started_view
( &self, view_builder: ViewBuilder, getting_started_view_uuid: String, desktop_guide_view_uuid
libs/workspace-template/src/document/getting_started.rs:117
↓ 1 callersMethodbuild_getting_started_view
( &self, view_builder: ViewBuilder, getting_started_view_uuid: String, )
libs/workspace-template/src/document/vault_template.rs:30
↓ 1 callersFunctioncalculate_md5
Calculates the MD5 hash of a file and returns the base64-encoded MD5 digest. # Arguments `file_path` - The path of the file for which the MD5 hash is
libs/client-api/src/http_file.rs:289
↓ 1 callersMethodcalculate_missing_update
( &self, state_vector: StateVector, )
services/appflowy-collaborate/src/group/group_init.rs:355
↓ 1 callersMethodcan_delete
(&self)
libs/database-entity/src/dto.rs:591
↓ 1 callersMethodcan_read
(&self)
services/appflowy-collaborate/src/ws2/actors/workspace.rs:751
↓ 1 callersMethodcan_write
(&self)
services/appflowy-collaborate/src/ws2/actors/workspace.rs:754
↓ 1 callersMethodcan_write
(&self)
libs/database-entity/src/dto.rs:584
↓ 1 callersFunctionchange_workspace_icon
( tx: &mut Transaction<'_, sqlx::Postgres>, workspace_id: &Uuid, icon: &str, )
libs/database/src/workspace.rs:109
↓ 1 callersFunctionchat_scope
()
src/api/chat.rs:38
↓ 1 callersMethodcheck_ack_broadcast_contiguous
(&self, object_id: &Uuid)
libs/client-api/src/collab_sync/collab_stream.rs:472
↓ 1 callersFunctioncheck_blob_existence
( s3_client: &Arc<dyn S3Client>, s3_key: &str, )
services/appflowy-worker/src/import_worker/worker.rs:407
↓ 1 callersMethodcheck_broadcast_contiguous
Checks if the given broadcast sequence number is contiguous with the current sequence. Verifies that the broadcast sequence number provided (`broadca
libs/client-api/src/collab_sync/collab_stream.rs:453
↓ 1 callersFunctioncheck_if_user_is_allowed_to_delete_comment
( pg_pool: &PgPool, user_uuid: &Uuid, view_id: &Uuid, comment_id: &Uuid, )
src/biz/workspace/ops.rs:669
↓ 1 callersFunctioncheck_publish_name_already_exists
Checks if the `publish_name` already exists for the workspace
src/biz/workspace/publish.rs:637
↓ 1 callersFunctioncheck_resp
(resp: reqwest::Response)
admin_frontend/tests/utils/mod.rs:98
↓ 1 callersFunctioncheck_workspace_namespace
(new_namespace: &str)
src/biz/workspace/publish.rs:241
↓ 1 callersMethodclean_awareness_state
(&self, object_id: &Uuid)
libs/client-api-test/src/test_client.rs:292
↓ 1 callersMethodcleanup_expired_cache
Remove expired entries from cache
services/appflowy-collaborate/src/ws2/actors/workspace.rs:915
↓ 1 callersMethodclear_permission_cache
Clear all cached permissions (useful when user's workspace role changes)
services/appflowy-collaborate/src/ws2/actors/workspace.rs:909
↓ 1 callersMethodcmp
(&self, other: &Self)
libs/client-api/src/collab_sync/collab_sink.rs:685
↓ 1 callersMethodcmp
(&self, other: &Self)
libs/collab-rt-entity/src/client_message.rs:229
↓ 1 callersFunctioncollab_folder_to_published_outline
Returns only folders that are published, or one of the nested subfolders is published. Exclude folders that are in the trash.
src/biz/collab/publish_outline.rs:11
↓ 1 callersFunctioncollab_key
(workspace_id: &Uuid, object_id: &Uuid)
services/appflowy-worker/src/import_worker/worker.rs:1615
↓ 1 callersFunctioncollab_key_prefix
(workspace_id: &Uuid, object_id: &Uuid)
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:722
↓ 1 callersFunctioncollab_response_to_json
Converts a CollabResponse to JSON
libs/client-api-test/src/assertion_utils.rs:141
↓ 1 callersFunctioncollab_scope
()
src/api/workspace.rs:399
↓ 1 callersFunctioncollab_to_doc_state
( collab: Collab, collab_type: CollabType, )
src/biz/collab/utils.rs:392
↓ 1 callersMethodcollab_update_sink
( &self, workspace_id: &Uuid, object_id: &Uuid, collab_type: CollabType, )
libs/collab-stream/src/client.rs:77
↓ 1 callersFunctioncollect_completion_v2
(mut stream: CompletionStream)
libs/client-api-test/src/test_client.rs:1198
↓ 1 callersMethodcollect_snapshot_tasks
Collects all snapshot tasks for the workspace
services/appflowy-collaborate/src/collab/collab_manager.rs:411
↓ 1 callersMethodcomplete_upload_and_get_metadata
( &self, object_key: &str, upload_id: &str, completed_multipart_upload: CompletedMultipartUplo
libs/database/src/file/s3_client_impl.rs:103
↓ 1 callersFunctioncomponent_router
()
admin_frontend/src/web_app.rs:44
↓ 1 callersFunctioncompute_embedding_records
( indexer_provider: &IndexerProvider, model: EmbeddingModel, unindexed_records: Vec<UnindexedCollab>,
libs/indexer/src/unindexed_workspace.rs:224
↓ 1 callersMethodconnect_all
Connects all workspaces
libs/client-api-test/src/workspace_ops.rs:83
↓ 1 callersFunctionconnect_async
(url: &str, header_map: HeaderMap)
libs/client-websocket/src/web.rs:7
↓ 1 callersMethodconnect_ws_url
(&self)
libs/client-api/src/http_file.rs:261
↓ 1 callersFunctionconvert_documents_to_text
(documents: Vec<LLMDocument>)
libs/llm-client/src/chat.rs:148
↓ 1 callersFunctioncopy_buffer
(src: &[u8], dest: &mut [u8])
src/api/util.rs:207
↓ 1 callersMethodcreate
(&self, _object_id: String)
libs/workspace-template/src/document/getting_started.rs:182
↓ 1 callersFunctioncreate_access_request
( pg_pool: &PgPool, mailer: AFCloudMailer, appflowy_web_url: &str, workspace_id: Uuid, view_id: Uuid
src/biz/access_request/ops.rs:25
↓ 1 callersMethodcreate_and_edit_collab_with_data
( &mut self, object_id: Uuid, workspace_id: Uuid, collab_type: CollabType, encoded_collab_
libs/client-api-test/src/test_client_v2.rs:833
↓ 1 callersFunctioncreate_app
(listener: TcpListener, config: Config)
services/appflowy-worker/src/application.rs:79
↓ 1 callersFunctioncreate_board_page
( state: &AppState, user: RealtimeUser, workspace_id: Uuid, parent_view_id: &Uuid, name: Option<&str
src/biz/workspace/page_view.rs:1143
↓ 1 callersFunctioncreate_bucket_if_not_exists
( client: &aws_sdk_s3::Client, s3_setting: &S3Setting, )
src/application.rs:455
↓ 1 callersFunctioncreate_calendar_page
( state: &AppState, user: RealtimeUser, workspace_id: Uuid, parent_view_id: &Uuid, name: Option<&str
src/biz/workspace/page_view.rs:1169
↓ 1 callersFunctioncreate_card_status_field
()
src/biz/collab/database.rs:162
↓ 1 callersFunctioncreate_chat_and_ask_question
( test_client: &mut TestClient, workspace_id: &Uuid, rag_id: uuid::Uuid, chat_name: &str, question:
tests/search/document_search.rs:216
↓ 1 callersFunctioncreate_chat_message
( pg_pool: &PgPool, uid: i64, user_uuid: Uuid, chat_id: String, params: CreateChatMessageParams, )
src/biz/chat/ops.rs:127
↓ 1 callersFunctioncreate_chat_page
( state: &AppState, user: RealtimeUser, workspace_id: Uuid, parent_view_id: &Uuid, name: Option<&str
src/biz/workspace/page_view.rs:1314
↓ 1 callersMethodcreate_collab_with_data
( &mut self, workspace_id: Uuid, object_id: Uuid, collab_type: CollabType, encoded_collab_
libs/client-api-test/src/test_client.rs:920
↓ 1 callersFunctioncreate_comment_on_published_view
( pg_pool: &PgPool, view_id: &Uuid, reply_comment_id: &Option<Uuid>, content: &str, user_uuid: &Uuid
src/biz/workspace/ops.rs:185
↓ 1 callersFunctioncreate_database_collab
( params: CreateDatabaseParams, )
libs/workspace-template/src/database/database_collab.rs:8
↓ 1 callersFunctioncreate_database_view
( state: &AppState, user: RealtimeUser, workspace_id: Uuid, database_view_id: &Uuid, view_layout: &V
src/biz/workspace/page_view.rs:2149
↓ 1 callersMethodcreate_database_view
( &self, workspace_id: Uuid, view_id: &Uuid, params: &CreatePageDatabaseViewParams, )
libs/client-api/src/http_view.rs:393
↓ 1 callersFunctioncreate_date_field
()
src/biz/collab/database.rs:154
↓ 1 callersMethodcreate_document_and_database_data
( &self, general_view_uuid: String, shared_view_uuid: String, getting_started_view_uuid: Strin
libs/workspace-template/src/document/getting_started.rs:41
↓ 1 callersFunctioncreate_document_collab
(document_id: &str, file_name: &str)
tests/search/document_search.rs:174
↓ 1 callersMethodcreate_document_collab
(&self, workspace_id: Uuid, object_id: Uuid)
libs/client-api-test/src/test_client.rs:356
← previousnext →801–900 of 3,042, ranked by callers