Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AppFlowy-IO/AppFlowy-Cloud
/ functions
Functions
3,042 in github.com/AppFlowy-IO/AppFlowy-Cloud
⨍
Functions
3,042
◇
Types & classes
910
Function
list_database_row_details_handler
( user_uuid: UserUuid, path_param: web::Path<(Uuid, Uuid)>, state: Data<AppState>, param: web::Query<L
src/api/workspace.rs:2563
Function
list_database_row_id_handler
( user_uuid: UserUuid, path_param: web::Path<(Uuid, Uuid)>, state: Data<AppState>, )
src/api/workspace.rs:2420
Function
list_database_row_id_updated_handler
( user_uuid: UserUuid, path_param: web::Path<(Uuid, Uuid)>, state: Data<AppState>, param: web::Query<L
src/api/workspace.rs:2533
Function
list_published_collab_info_handler
( workspace_id: web::Path<Uuid>, state: Data<AppState>, )
src/api/workspace.rs:2011
Function
list_quick_notes_handler
( user_uuid: UserUuid, workspace_id: web::Path<Uuid>, state: Data<AppState>, query: web::Query<ListQui
src/api/workspace.rs:2807
Function
list_shared_views_handler
( _user_uuid: UserUuid, _state: Data<AppState>, _path: web::Path<Uuid>, )
src/api/guest.rs:40
Method
list_subscription
( &self, )
libs/client-api/src/http_billing.rs:90
Function
list_template_categories_handler
( query: web::Query<GetTemplateCategoriesQueryParams>, state: Data<AppState>, )
src/api/template.rs:79
Function
list_template_creators_handler
( query: web::Query<GetTemplateCreatorsQueryParams>, state: Data<AppState>, )
src/api/template.rs:149
Function
list_templates_handler
( data: web::Query<GetTemplatesQueryParams>, state: Data<AppState>, )
src/api/template.rs:218
Function
list_workspace_handler
( uuid: UserUuid, state: Data<AppState>, query: web::Query<QueryWorkspaceParam>, req: HttpRequest, )
src/api/workspace.rs:484
Method
load_filtered_policy
(&mut self, m: &mut dyn Model, _f: Filter<'a>)
libs/access-control/src/casbin/adapter.rs:114
Method
load_users
(_pool: &PgPool)
src/state.rs:67
Function
load_yrs_0172_version_folder_using_current_yrs_version
()
tests/yrs_version/folder_test.rs:21
Function
load_yrs_0172_version_get_started_document_using_current_yrs_version
()
tests/yrs_version/document_test.rs:9
Function
local_ai_config_handler
( state: web::Data<AppState>, query: web::Query<ConfigQuery>, )
src/api/ai.rs:168
Function
login_callback_handler
()
admin_frontend/src/web_app.rs:70
Function
login_callback_query_handler
( State(state): State<AppState>, session: Option<UserSession>, Query(query): Query<WebAppOAuthLoginReque
admin_frontend/src/web_app.rs:78
Function
login_handler
( State(state): State<AppState>, Query(login): Query<LoginParams>, )
admin_frontend/src/web_app.rs:367
Function
login_refresh_handler
( State(state): State<AppState>, jar: CookieJar, Path(refresh_token): Path<String>, Query(login): Quer
admin_frontend/src/web_api.rs:324
Function
login_v2_handler
( State(state): State<AppState>, Query(login): Query<LoginParams>, )
admin_frontend/src/web_app.rs:405
Function
logout_handler
( State(state): State<AppState>, jar: CookieJar, )
admin_frontend/src/web_api.rs:554
Function
main
()
xtask/src/main.rs:30
Function
main
()
services/appflowy-worker/src/main.rs:15
Function
main
()
src/main.rs:6
Function
main
()
admin_frontend/src/main.rs:21
Function
main
()
libs/tonic-proto/build.rs:3
Function
main
()
libs/appflowy-proto/build.rs:3
Function
main
()
libs/collab-rt-entity/build.rs:3
Function
make_text_shorter_text
()
libs/appflowy-ai-client/tests/chat_test/completion_test.rs:82
Method
max_token
(&self)
libs/appflowy-ai-client/src/dto.rs:257
Function
member_leave_workspace_test
()
tests/workspace/member_crud.rs:354
Method
mergeable
(&self)
libs/collab-rt-entity/src/client_message.rs:163
Method
metrics
(&self)
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:131
Function
metrics_handler
(State(state): State<Arc<AppState>>)
services/appflowy-worker/src/application.rs:247
Function
metrics_handler
(reg: web::Data<Arc<Registry>>)
src/api/metrics.rs:21
Function
mixed_message_types_break_compaction
()
libs/client-api/src/v2/compactor.rs:291
Function
mixed_update_flags_compaction
()
libs/client-api/src/v2/compactor.rs:477
Function
mobile_guide_document_data
()
libs/workspace-template/src/document/getting_started.rs:356
Function
model_list_handler
( state: web::Data<AppState>, )
src/api/ai.rs:208
Function
move_page_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, String)>, payload: Json<MovePageParams>, state: Data<App
src/api/workspace.rs:1364
Function
move_page_to_another_space
()
tests/workspace/page_view.rs:400
Function
move_page_to_trash_handler
( user_uuid: UserUuid, path: web::Path<(Uuid, String)>, state: Data<AppState>, req: HttpRequest, )
src/api/workspace.rs:1425
Function
move_page_to_trash_then_restore
()
tests/workspace/page_view.rs:457
Function
move_page_with_child_to_trash_then_delete_all_permanently
()
tests/workspace/page_view.rs:693
Function
move_page_with_child_to_trash_then_delete_permanently
()
tests/workspace/page_view.rs:621
Function
move_page_with_child_to_trash_then_restore
()
tests/workspace/page_view.rs:552
Method
msg_id
(&self)
libs/collab-rt-entity/src/server_message.rs:28
Function
multi_worker_live_messages
()
libs/collab-stream/src/stream_router.rs:468
Function
multi_worker_preexisting_messages
()
libs/collab-stream/src/stream_router.rs:435
Function
multiple_collab_edit_test
()
tests/collab/single_device_edit.rs:349
Function
multiple_devices_connect_test
()
services/appflowy-collaborate/src/connect_state.rs:232
Function
multiple_level_dir_upload_file_test
()
tests/file_test/multiple_part_test.rs:364
Function
multiple_part_put_and_get_test
()
tests/file_test/multiple_part_test.rs:16
Function
multiple_part_upload_empty_data_test
()
tests/file_test/multiple_part_test.rs:198
Function
multiple_part_upload_test
()
tests/file_test/multiple_part_test.rs:177
Function
multiple_same_devices_connect_disconnect_test
()
services/appflowy-collaborate/src/connect_state.rs:201
Function
multiple_same_devices_connect_test
()
services/appflowy-collaborate/src/connect_state.rs:177
Function
multiple_user_with_read_and_write_permission_edit_same_collab_test
()
tests/collab/permission_test.rs:363
Function
multiple_user_with_read_only_permission_edit_same_collab_test
()
tests/collab/permission_test.rs:441
Method
new
()
services/appflowy-collaborate/src/connect_state.rs:21
Method
new
()
services/appflowy-collaborate/src/metrics.rs:31
Method
new
( storage: Arc<dyn CollabStore>, access_control: Arc<dyn RealtimeAccessControl>, metrics: Arc<Coll
services/appflowy-collaborate/src/rt_server.rs:43
Method
new
(sink: impl RealtimeClientWebsocketSink)
services/appflowy-collaborate/src/client/client_msg_router.rs:38
Method
new
(manager: Arc<CollabManager>)
services/appflowy-collaborate/src/ws2/actors/server.rs:28
Method
new
( client_id: ClientID, user_id: i64, device_id: String, last_message_id: Option<MessageId>,
services/appflowy-collaborate/src/ws2/actors/session.rs:32
Method
new
( server: Recipient<Terminate>, workspace_id: WorkspaceId, manager: Arc<CollabManager>, snapsh
services/appflowy-collaborate/src/ws2/actors/workspace.rs:50
Method
new
(metrics_calculate: Arc<CollabRealtimeMetrics>)
services/appflowy-collaborate/src/group/state.rs:27
Method
new
( uid: i64, workspace_id: Uuid, object_id: Uuid, collab_type: CollabType, metrics: Arc<Col
services/appflowy-collaborate/src/group/group_init.rs:82
Method
new
( storage: Arc<dyn CollabStore>, access_control: Arc<dyn RealtimeAccessControl>, metrics_calculate
services/appflowy-collaborate/src/group/manager.rs:36
Method
new
( user: RealtimeUser, server: Addr<S>, heartbeat_interval: Duration, client_timeout: Duration,
services/appflowy-collaborate/src/actix_ws/client/rt_client.rs:57
Method
new
only 10 workspaces at a time
services/appflowy-collaborate/src/collab/snapshot_scheduler.rs:18
Method
new
( cache: Arc<CollabCache>, access_control: Arc<dyn CollabAccessControl>, workspace_access_control:
services/appflowy-collaborate/src/collab/collab_store.rs:52
Method
new
( thread_pool: Arc<ThreadPoolNoAbort>, access_control: Arc<dyn CollabAccessControl>, collab_cache:
services/appflowy-collaborate/src/collab/collab_manager.rs:55
Method
new
( thread_pool: Arc<ThreadPoolNoAbort>, pg_pool: PgPool, s3: AwsS3BucketClientImpl, s3_collab_t
services/appflowy-collaborate/src/collab/cache/disk_cache.rs:41
Method
new
( thread_pool: Arc<ThreadPoolNoAbort>, connection_manager: redis::aio::ConnectionManager, metrics:
services/appflowy-collaborate/src/collab/cache/mem_cache.rs:73
Method
new
( thread_pool: Arc<ThreadPoolNoAbort>, redis_conn_manager: redis::aio::ConnectionManager, pg_pool:
services/appflowy-collaborate/src/collab/cache/collab_cache.rs:49
Method
new
(tx: tokio::sync::mpsc::UnboundedSender<T>)
services/appflowy-collaborate/src/util/channel_ext.rs:11
Method
new
( pg_pool: PgPool, s3: AwsS3BucketClientImpl, collab_metrics: Arc<CollabMetrics>, )
services/appflowy-collaborate/src/snapshot/snapshot_control.rs:70
Method
new
()
services/appflowy-worker/src/application.rs:235
Method
new
(mut mailer: Mailer)
services/appflowy-worker/src/mailer.rs:18
Method
new
(mailer: AFWorkerMailer)
services/appflowy-worker/src/import_worker/email_notifier.rs:8
Method
new
(redis_client: ConnectionManager, stream_name: String)
services/appflowy-worker/tests/import_test.rs:164
Method
new
(mut mailer: Mailer)
src/mailer.rs:12
Method
new
Load all users from database when initializing the cache.
src/state.rs:90
Method
new
(pg_pool: &PgPool)
src/biz/pg_listener.rs:11
Method
new
(metrics: Arc<PublishedCollabMetrics>, pg_pool: PgPool)
src/biz/workspace/publish.rs:307
Method
new
( pg_pool: PgPool, bucket_client: AwsS3BucketClientImpl, collab_storage: Arc<dyn CollabStore>,
src/biz/workspace/publish_dup.rs:133
Method
new
(payload: Payload, limit: usize)
src/biz/data_import/mod.rs:61
Method
new
( workspace_id: Uuid, collab_storage: Arc<dyn CollabStore>, client_id: ClientID, )
src/biz/collab/database.rs:179
Method
new
(stream: S, action: F)
src/api/chat.rs:466
Method
new
(payload: Payload)
src/api/util.rs:135
Method
new
(redis_client: ConnectionManager)
admin_frontend/src/session.rs:33
Method
new
(message: Cow<'static, str>, data: T)
admin_frontend/src/response.rs:19
Method
new
(status_code: status::StatusCode, payload: S)
admin_frontend/src/error.rs:16
Method
new
()
admin_frontend/tests/utils/mod.rs:18
Method
new
(contents: Vec<&'static str>)
tests/ai_test/chat_with_selected_doc_test.rs:20
Method
new
(mailbox_size: usize)
tests/websocket/actor_test.rs:140
Method
new
()
tests/file_test/mod.rs:38
Method
new
( smtp_username: String, smtp_email: String, smtp_password: secrecy::Secret<String>, smtp_host
libs/mailer/src/sender.rs:19
← previous
next →
2,301–2,400 of 3,042, ranked by callers