MCPcopy Create free account

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

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

↓ 1 callersFunctionselect_all_user_non_guest_workspaces
( executor: E, user_uuid: &Uuid, )
libs/database/src/workspace.rs:896
↓ 1 callersFunctionselect_chat_message_matching_reply_message_id
( txn: &mut Transaction<'_, Postgres>, chat_id: &str, reply_message_id: i64, )
libs/database/src/chat/chat_ops.rs:858
↓ 1 callersFunctionselect_chat_messages_with_author_uuid
( txn: &mut Transaction<'_, Postgres>, chat_id: &str, params: GetChatMessageParams, )
libs/database/src/chat/chat_ops.rs:535
↓ 1 callersFunctionselect_collab_embed_info
( tx: E, object_id: &Uuid, )
libs/database/src/collab/collab_db_ops.rs:595
↓ 1 callersFunctionselect_collabs_created_since
( conn: E, workspace_id: &Uuid, since: DateTime<Utc>, limit: usize, )
libs/database/src/collab/collab_db_ops.rs:204
↓ 1 callersFunctionselect_comments_for_published_view_ordered_by_recency
( executor: E, view_id: &Uuid, user_uuid: &Option<Uuid>, page_owner_uuid: &Uuid, )
libs/database/src/workspace.rs:1283
↓ 1 callersFunctionselect_default_published_view_id
( executor: E, workspace_id: &Uuid, )
libs/database/src/publish.rs:532
↓ 1 callersFunctionselect_default_published_view_id_for_namespace
( executor: E, namespace: &str, )
libs/database/src/publish.rs:511
↓ 1 callersFunctionselect_email_from_user_uuid
( pool: &PgPool, user_uuid: &Uuid, )
libs/database/src/user.rs:210
↓ 1 callersFunctionselect_import_task_by_state
Get the import task for the user Status of the file import (e.g., 0 for pending, 1 for completed, 2 for failed)
libs/database/src/workspace.rs:1526
↓ 1 callersFunctionselect_invitation_code_info
( executor: E, invite_code: &str, uid: i64, )
libs/database/src/workspace.rs:1732
↓ 1 callersFunctionselect_invite_code_for_workspace_id
( executor: E, workspace_id: &Uuid, )
libs/database/src/workspace.rs:1797
↓ 1 callersFunctionselect_invited_workspace_id
( pg_pool: &PgPool, invitation_code: &str, )
libs/database/src/workspace.rs:1713
↓ 1 callersFunctionselect_last_updated_database_row_ids
( pg_pool: &PgPool, workspace_id: &Uuid, row_ids: &[Uuid], after: &DateTime<Utc>, )
libs/database/src/collab/collab_db_ops.rs:569
↓ 1 callersFunctionselect_member_count_for_workspaces
( executor: E, workspace_ids: &[Uuid], )
libs/database/src/workspace.rs:1014
↓ 1 callersFunctionselect_name_from_uuid
(pool: &PgPool, user_uuid: &Uuid)
libs/database/src/user.rs:239
↓ 1 callersFunctionselect_owner_of_published_collab
( executor: E, view_id: &Uuid, )
libs/database/src/workspace.rs:1264
↓ 1 callersFunctionselect_publish_name_exists
( pg_pool: &PgPool, workspace_uuid: &Uuid, publish_name: &str, )
libs/database/src/workspace.rs:1666
↓ 1 callersFunctionselect_published_collab_workspace_view_id
( executor: E, publish_namespace: &str, publish_name: &str, )
libs/database/src/publish.rs:467
↓ 1 callersFunctionselect_published_view_ids_with_publish_info_for_workspace
( executor: E, workspace_id: Uuid, )
libs/database/src/publish.rs:708
↓ 1 callersFunctionselect_quick_notes_with_one_more_than_limit
( executor: E, workspace_id: Uuid, uid: i64, search_term: Option<String>, offset: Option<i32>, lim
libs/database/src/quick_note.rs:29
↓ 1 callersFunctionselect_reactions_for_comment_ordered_by_reaction_type_creation_time
( executor: E, comment_id: &Uuid, )
libs/database/src/workspace.rs:1406
↓ 1 callersFunctionselect_reactions_for_published_view_ordered_by_reaction_type_creation_time
( executor: E, view_id: &Uuid, )
libs/database/src/workspace.rs:1377
↓ 1 callersFunctionselect_roles_for_workspaces
( pg_pool: &PgPool, user_uuid: &Uuid, workspace_ids: &[Uuid], )
libs/database/src/workspace.rs:1043
↓ 1 callersFunctionselect_snapshot
( pg_pool: &PgPool, workspace_id: &Uuid, object_id: &Uuid, snapshot_id: &i64, )
libs/database/src/collab/collab_db_ops.rs:452
↓ 1 callersFunctionselect_template_categories
( executor: E, name_contains: Option<&str>, category_type: Option<TemplateCategoryType>, )
libs/database/src/template.rs:97
↓ 1 callersFunctionselect_template_category_by_id
( executor: E, category_id: Uuid, )
libs/database/src/template.rs:135
↓ 1 callersFunctionselect_template_creator_by_id
( executor: E, creator_id: Uuid, )
libs/database/src/template.rs:348
↓ 1 callersFunctionselect_template_creators_by_name
( executor: E, substr_match: &str, )
libs/database/src/template.rs:309
↓ 1 callersFunctionselect_template_homepage
( executor: E, per_count: i64, )
libs/database/src/template.rs:785
↓ 1 callersFunctionselect_uid_from_uuid
( executor: E, user_uuid: &Uuid, )
libs/database/src/user.rs:149
↓ 1 callersFunctionselect_user_is_allowed_to_delete_comment
( pg_pool: &PgPool, user_uuid: &Uuid, view_id: &Uuid, comment_id: &Uuid, )
libs/database/src/workspace.rs:165
↓ 1 callersFunctionselect_user_is_collab_publisher_for_all_views
( pg_pool: &PgPool, user_uuid: &Uuid, workspace_uuid: &Uuid, view_ids: &[Uuid], )
libs/database/src/publish.rs:10
↓ 1 callersFunctionselect_user_is_invitee_for_workspace_invitation
( pg_pool: &PgPool, invitee_uuid: &Uuid, invite_id: &Uuid, )
libs/database/src/workspace.rs:1491
↓ 1 callersFunctionselect_user_is_workspace_owner
( pg_pool: &PgPool, user_uuid: &Uuid, workspace_uuid: &Uuid, )
libs/database/src/workspace.rs:138
↓ 1 callersFunctionselect_user_owned_workspaces_id
( executor: E, user_uuid: &Uuid, )
libs/database/src/workspace.rs:952
↓ 1 callersFunctionselect_view_id_from_publish_name
( pg_pool: &PgPool, workspace_uuid: &Uuid, publish_name: &str, )
libs/database/src/workspace.rs:1691
↓ 1 callersFunctionselect_workspace
( executor: E, workspace_id: &Uuid, )
libs/database/src/workspace.rs:694
↓ 1 callersFunctionselect_workspace_database_storage_id
( executor: E, workspace_id: &str, )
libs/database/src/workspace.rs:773
↓ 1 callersFunctionselect_workspace_id_for_publish_namespace
( executor: E, publish_namespace: &str, )
libs/database/src/publish.rs:671
↓ 1 callersFunctionselect_workspace_invitation_for_user
( pg_pool: &PgPool, invitee_uuid: &Uuid, invite_id: &Uuid, )
libs/database/src/workspace.rs:379
↓ 1 callersFunctionselect_workspace_invitations_for_user
( pg_pool: &PgPool, invitee_uuid: &Uuid, status_filter: Option<AFWorkspaceInvitationStatus>, )
libs/database/src/workspace.rs:342
↓ 1 callersFunctionselect_workspace_member_by_uuid
( executor: E, uuid: Uuid, workspace_id: Uuid, )
libs/database/src/workspace.rs:624
↓ 1 callersFunctionselect_workspace_member_count_from_workspace_id
( pool: &PgPool, workspace_id: &Uuid, )
libs/database/src/workspace.rs:1145
↓ 1 callersFunctionselect_workspace_member_perm_stream
( pg_pool: &PgPool, )
libs/database/src/workspace.rs:504
↓ 1 callersFunctionselect_workspace_name_from_workspace_id
( pool: &PgPool, workspace_id: &Uuid, )
libs/database/src/workspace.rs:1127
↓ 1 callersFunctionselect_workspace_owner
( executor: E, workspace_id: &Uuid, )
libs/database/src/workspace.rs:597
↓ 1 callersFunctionselect_workspace_pending_invitations
( pool: &PgPool, workspace_id: &Uuid, )
libs/database/src/workspace.rs:1165
↓ 1 callersFunctionselect_workspace_publish_namespace
( pg_pool: &PgPool, workspace_id: &Uuid, namespace: &str, )
libs/database/src/publish.rs:196
↓ 1 callersFunctionselect_workspace_publish_namespace_exists
( executor: E, namespace: &str, )
libs/database/src/publish.rs:38
↓ 1 callersFunctionselect_workspace_publish_namespaces
( pg_pool: &PgPool, workspace_id: &Uuid, )
libs/database/src/publish.rs:176
↓ 1 callersFunctionselect_workspace_total_collab_bytes
( pool: &PgPool, workspace_id: &Uuid, )
libs/database/src/workspace.rs:1104
↓ 1 callersMethodsend_awareness
( &self, sender_session: &CollabOrigin, awareness_update: AwarenessUpdate, )
services/appflowy-collaborate/src/group/group_init.rs:1003
↓ 1 callersFunctionsend_batch_message
( sender: &AggregateMessagesSender, messages_map: HashMap<String, Vec<ClientCollabMessage>>, )
libs/client-api/src/ws/msg_queue.rs:114
↓ 1 callersMethodsend_immediately
(&self, items: Vec<QueueItem<ClientCollabMessage>>)
libs/client-api/src/collab_sync/collab_sink.rs:305
↓ 1 callersMethodsend_message
(&self, message: RealtimeMessage)
services/appflowy-collaborate/src/client/client_msg_router.rs:149
↓ 1 callersMethodsend_notification
(&self, notification: WorkspaceNotification)
libs/client-api/src/v2/actor.rs:717
↓ 1 callersMethodsend_update
( &self, sender: CollabOrigin, update: Vec<u8>, )
services/appflowy-collaborate/src/group/group_init.rs:983
↓ 1 callersMethodsend_workspace_access_request
( &self, recipient_name: &str, email: &str, param: WorkspaceAccessRequestMailerParam, )
src/mailer.rs:47
↓ 1 callersMethodsend_workspace_access_request_approval_notification
( &self, recipient_name: &str, email: &str, param: WorkspaceAccessRequestApprovedMailerParam,
src/mailer.rs:69
↓ 1 callersMethodsend_workspace_invite
( &self, email: &str, param: WorkspaceInviteMailerParam, )
src/mailer.rs:17
↓ 1 callersMethodsend_ws_msg
( &self, device_id: &str, message: client_websocket::Message, )
libs/client-api/src/http_file.rs:247
↓ 1 callersFunctionserialize_metadata_data
(m: Metadata, d: &[u8])
libs/client-api/src/http_collab.rs:589
↓ 1 callersFunctionserver_info_scope
()
src/api/server_info.rs:8
↓ 1 callersMethodset_chunk_size
(&mut self, chunk_size: i32)
libs/infra/src/file_util.rs:64
↓ 1 callersMethodset_collab_sync_state
(&self, object_id: &ObjectId, sync_state: SyncState)
libs/client-api/src/v2/actor.rs:448
↓ 1 callersMethodset_default_publish_view
( &self, workspace_id: &Uuid, view_id: Uuid, )
libs/client-api/src/http_publish.rs:194
↓ 1 callersMethodset_sender
(&self, sender: AggregateMessagesSender)
libs/client-api/src/ws/msg_queue.rs:49
↓ 1 callersMethodset_state
(&mut self, state: ConnectState)
libs/client-api/src/ws/state.rs:18
↓ 1 callersFunctionset_workspace_default_publish_view
( pg_pool: &PgPool, workspace_id: &Uuid, new_view_id: &Uuid, )
src/biz/workspace/publish.rs:117
↓ 1 callersFunctionset_workspace_namespace
( pg_pool: &PgPool, workspace_id: &Uuid, old_namespace: &str, new_namespace: &str, )
src/biz/workspace/publish.rs:89
↓ 1 callersFunctionsetup_log
()
services/appflowy-worker/tests/import_test.rs:233
↓ 1 callersFunctionsetup_log
()
libs/appflowy-ai-client/tests/main.rs:17
↓ 1 callersFunctionsharing_scope
()
src/api/guest.rs:23
↓ 1 callersMethodshould_queue_init_sync
Returns bool value to indicate whether the init sync message should be queued. The init sync message should be queued if the message queue is empty or
libs/client-api/src/collab_sync/collab_sink.rs:164
↓ 1 callersMethodsign_in_with_magic_link
( &self, email: &str, redirect_to: Option<String>, )
libs/client-api/src/http.rs:296
↓ 1 callersFunctionsingle_select_type_option_ids_from_field
(field: &Field)
src/biz/collab/database.rs:106
↓ 1 callersFunctionskip_request_id
(req: &ServiceRequest)
src/middleware/request_id.rs:127
↓ 1 callersMethodspawn_aggregate_message
(&self)
libs/client-api/src/ws/client.rs:182
↓ 1 callersFunctionspawn_period_check_inactive_group
( weak_groups: Weak<GroupManager>, group_sender_by_object_id: &Arc<DashMap<Uuid, GroupCommandSender>>, )
services/appflowy-collaborate/src/rt_server.rs:350
↓ 1 callersMethodspawn_publish_inactive_collabs
Publish inactive collabs in the background.
libs/client-api/src/v2/actor.rs:809
↓ 1 callersMethodspawn_recv_server_message
( &self, mut stream: SplitStream<WebSocketStream>, weak_collab_channels: Weak<RwLock<ChannelByObje
libs/client-api/src/ws/client.rs:259
↓ 1 callersMethodspawn_send_client_message
When
libs/client-api/src/ws/client.rs:210
↓ 1 callersMethodsplit
(self)
libs/shared-entity/src/response.rs:54
↓ 1 callersMethodstart_ping
(&self)
libs/client-api/src/ws/client.rs:194
↓ 1 callersMethodstore_ack_seq_num
(&self, seq_num: u32)
libs/client-api/src/collab_sync/collab_stream.rs:399
↓ 1 callersMethodstore_broadcast_seq_num
(&self, broadcast_seq_num: u32)
libs/client-api/src/collab_sync/collab_stream.rs:424
↓ 1 callersFunctionstream_collabs_without_embeddings
( conn: &mut PoolConnection<Postgres>, workspace_id: Uuid, limit: i64, )
libs/database/src/index/collab_embeddings_ops.rs:193
↓ 1 callersMethodstream_completion_text
( &self, workspace_id: &str, params: CompleteTextParams, )
libs/client-api/src/http_ai.rs:16
↓ 1 callersMethodstream_question
( &self, workspace_id: String, chat_id: &str, content: &str, metadata: Option<Value>,
libs/appflowy-ai-client/src/client.rs:181
↓ 1 callersMethodstream_question_v2
( &self, workspace_id: String, chat_id: &str, question_id: i64, content: &str, metadat
libs/appflowy-ai-client/src/client.rs:215
↓ 1 callersFunctionstream_unindexed_collabs
( conn: &mut PoolConnection<Postgres>, workspace_id: Uuid, storage: Arc<dyn CollabStore>, limit: i64,
libs/indexer/src/unindexed_workspace.rs:126
↓ 1 callersMethodsubscribe
(&self)
services/appflowy-worker/tests/import_test.rs:190
↓ 1 callersMethodsubscribe_notification
(&self)
libs/client-api/src/v2/actor.rs:94
↓ 1 callersMethodsubscribe_user_changed
(&self)
libs/client-api/src/ws/client.rs:369
↓ 1 callersMethodsubscribe_workspace_notification
( &self, workspace_id: &Uuid, )
libs/client-api-test/src/test_client_v2.rs:186
↓ 1 callersMethodsummarize_row
( &self, params: &Map<String, Value>, model: &str, )
libs/appflowy-ai-client/src/client.rs:82
↓ 1 callersFunctionsummarize_search_results
( ai_tool: Option<AITool>, request: SummarySearchResultRequest, )
src/biz/search/ops.rs:175
↓ 1 callersFunctiontemplate_scope
()
src/api/template.rs:21
↓ 1 callersFunctiontest_database_json
(json_str: &str)
libs/workspace-template/src/tests/getting_started_tests.rs:64
← previousnext →1,401–1,500 of 3,042, ranked by callers