MCPcopy Create free account

hub / github.com/MinaMatta98/Leptos-Chatting-Client / functions

Functions157 in github.com/MinaMatta98/Leptos-Chatting-Client

↓ 8 callersMethodsend
(&mut self, message: StreamData)
src/app/pages/websocket/mod.rs:26
↓ 7 callersMethodfrom
(value: users::server::Model)
src/server_function/mod.rs:45
↓ 7 callersMethodto
()
src/entities/users.rs:27
↓ 6 callersFunctionget_current_id
(cx: Scope)
src/app/pages/conversation/mod.rs:91
↓ 4 callersFunctionlogin_status
(cx: Scope)
src/server_function/routes/mod.rs:337
↓ 3 callersMethodhb
(&self)
src/web_socket/session.rs:56
↓ 2 callersFunctionconversation_action
( cx: Scope, other_users: Vec<i32>, is_group: bool, name: Option<String>, )
src/server_function/routes/mod.rs:517
↓ 2 callersFunctioncred_validation
( cx: Scope, email: Option<EmailSchema>, phone_number: Option<PhoneSchema>, )
src/server_function/routes/mod.rs:132
↓ 2 callersFunctionget_users
(cx: Scope)
src/server_function/routes/mod.rs:362
↓ 2 callersFunctionhandle_hb
(act: &mut T, ctx: &mut ws::WebsocketContext<T>)
src/web_socket/session.rs:91
↓ 2 callersFunctionhandle_message_input
( cx: Scope, conversation_id: i32, body: Option<String>, image: Option<Vec<u8>>, )
src/server_function/routes/mod.rs:826
↓ 2 callersMethodid
(&self)
src/web_socket/session.rs:68
↓ 2 callersMethodname
(&self)
src/migrator/m20230606_000006_create_seen_messages_table.rs:9
↓ 2 callersMethodname
(&self)
src/migrator/m20230606_000005_create_user_conversation_table.rs:8
↓ 2 callersMethodname
(&self)
src/migrator/m20230606_000004_create_message_table.rs:8
↓ 2 callersFunctionpush_to_map
(accessor: F, id: i32, data: WsData, channel: SyncChannel)
src/app/pages/components/avatar/mod.rs:43
↓ 2 callersFunctionrender_images
(folder: &str, path: actix_web::web::Path<String>)
src/main.rs:47
↓ 2 callersFunctionretrieve_from_map
(accessor: F, data: WsData, id: i32)
src/app/pages/components/avatar/mod.rs:51
↓ 2 callersMethodsend_message
Send message to all users in the room
src/web_socket/server.rs:115
↓ 2 callersFunctionupload_user_info
( cx: Scope, image: Option<Vec<u8>>, first_name: Option<String>, last_name: Option<String>, )
src/server_function/routes/mod.rs:993
↓ 2 callersMethodvalidate
(&self)
src/app/validation/mod.rs:33
↓ 1 callersMethodaddr
(&self)
src/web_socket/session.rs:64
↓ 1 callersFunctionassociated_conversation
(cx: Scope, other_user: i32)
src/server_function/routes/mod.rs:769
↓ 1 callersFunctionbase_64_encode_uri
(base64_encoded_image: String)
src/app/pages/components/avatar/mod.rs:122
↓ 1 callersFunctionclear_temp_db
()
src/main.rs:21
↓ 1 callersFunctiondatabase_run
()
src/database/mod.rs:70
↓ 1 callersFunctiondelete_conversations
(cx: Scope, conversation_id: i32)
src/server_function/routes/mod.rs:950
↓ 1 callersFunctionfind_image
(cx: Scope, image_path: String)
src/server_function/routes/mod.rs:904
↓ 1 callersFunctionget_conversations
(cx: Scope)
src/server_function/routes/mod.rs:394
↓ 1 callersFunctionget_icon
(cx: Scope, id: i32)
src/server_function/routes/mod.rs:1098
↓ 1 callersFunctionhandle_seen
(cx: Scope, conversation_id: i32)
src/server_function/routes/mod.rs:920
↓ 1 callersMethodinto_inner
(self)
src/app/pages/websocket/mod.rs:99
↓ 1 callersFunctionlogout
(cx: Scope)
src/server_function/routes/mod.rs:507
↓ 1 callersMethodname
(&self)
src/migrator/m20230521_000001_create_user_table.rs:6
↓ 1 callersMethodnext
(&mut self)
src/app/pages/websocket/mod.rs:39
↓ 1 callersMethodrebound_stream
( &mut self, messages: impl Fn() -> Option<RwSignal<T>>, function: impl Fn(Option<&mut
src/app/pages/websocket/mod.rs:46
↓ 1 callersFunctionredirect
(cx: Scope)
src/server_function/routes/mod.rs:351
↓ 1 callersFunctionsend_email
( recipient: String, first_name: String, verification_code: String, )
src/emailing/mod.rs:20
↓ 1 callersFunctionsign_up
( cx: Scope, form: crate::app::SignupSchema, )
src/server_function/routes/mod.rs:16
↓ 1 callersFunctionvalidate_conversation
( cx: Scope, desired_conversation_id: i32, )
src/server_function/routes/mod.rs:645
↓ 1 callersFunctionview_messages
( cx: Scope, desired_conversation_id: i32, )
src/server_function/routes/mod.rs:725
FunctionApp
(cx: Scope)
src/app/mod.rs:186
FunctionAvatar
(cx: Scope, id: i32)
src/app/pages/components/avatar/mod.rs:257
FunctionAvatarGroup
(cx: Scope, user_ids: Vec<i32>)
src/app/pages/components/avatar/mod.rs:300
FunctionBody
(cx: Scope, messages: Vec<MergedMessages>)
src/app/pages/conversation/mod.rs:403
FunctionButton
( cx: Scope, on_click: F, children: Children, button_type: &'static str, disabled: ButtonV
src/app/pages/components/anciliary/mod.rs:274
FunctionConfirmModal
(cx: Scope)
src/app/pages/components/modal/mod.rs:117
FunctionConversationBox
(cx: Scope, item: MergedConversation)
src/app/pages/conversation/mod.rs:199
FunctionConversationId
(cx: Scope)
src/app/pages/conversation/mod.rs:288
FunctionConversations
(cx: Scope)
src/app/pages/conversation/mod.rs:113
FunctionConversationsLayout
(cx: Scope, children: Children)
src/app/pages/conversation/mod.rs:144
FunctionDesktopItem
(cx: Scope, item: SidebarIcon<'static>)
src/app/pages/components/anciliary/mod.rs:254
FunctionDesktopSidebar
(cx: Scope)
src/app/pages/components/anciliary/mod.rs:155
FunctionEmailValidation
(cx: Scope, toggle: AppState)
src/app/mod.rs:470
FunctionEmptyState
(cx: Scope)
src/app/pages/components/anciliary/mod.rs:128
FunctionForm
(cx: Scope, toggle: AppState)
src/app/mod.rs:317
FunctionFormInputItems
( cx: Scope, toggle: AppState, items: Vec<FormItemSchema<'static>>, )
src/app/mod.rs:527
FunctionFormItem
( cx: Scope, field: &'static str, input_type: &'static str, name: &'static str, _reference
src/app/mod.rs:280
FunctionFormItemDecorator
( cx: Scope, toggle: AppState, children: Children, callback: F, )
src/app/mod.rs:429
FunctionGroupChatModal
(cx: Scope, context: RwSignal<bool>)
src/app/pages/components/modal/mod.rs:51
FunctionHeader
(cx: Scope, conversation: Vec<ConversationMeta>)
src/app/pages/conversation/mod.rs:341
FunctionHomePage
(cx: Scope, toggle: AppState)
src/app/mod.rs:247
FunctionImageModal
(cx: Scope, context: RwSignal<bool>, src: String)
src/app/pages/components/modal/mod.rs:106
FunctionLoadingStatus
( cx: Scope, database_connection_result: ReadSignal<String>, success_signal: ReadSignal<HtmlElemen
src/app/mod.rs:501
FunctionMessageBox
(cx: Scope, message: MergedMessages, is_last: bool)
src/app/pages/conversation/mod.rs:552
FunctionMessageForm
(cx: Scope)
src/app/pages/conversation/mod.rs:508
FunctionMessageInput
(cx: Scope, _input_ref: NodeRef<html::Input>)
src/app/pages/conversation/mod.rs:541
FunctionMobileFooter
(cx: Scope)
src/app/pages/components/anciliary/mod.rs:211
FunctionMobileItem
(cx: Scope, item: SidebarIcon<'static>)
src/app/pages/components/anciliary/mod.rs:234
FunctionModal
(cx: Scope, children: Children, context: RwSignal<bool>)
src/app/pages/components/modal/mod.rs:26
FunctionProfileDrawer
( cx: Scope, is_open: FN, on_close: F, data: &'a ConversationMeta, )
src/app/pages/conversation/mod.rs:717
FunctionRenderBanner
(cx: Scope, toggle: AppState)
src/app/mod.rs:403
FunctionSelect
( cx: Scope, disabled: RwSignal<bool>, label: &'static str, input_ref: NodeRef<Input>, inp
src/app/pages/components/modal/mod.rs:278
FunctionSettingsModal
(cx: Scope, settings_modal_setter: RwSignal<bool>)
src/app/pages/components/modal/mod.rs:162
FunctionSidebar
(cx: Scope, children: Children)
src/app/pages/components/anciliary/mod.rs:142
FunctionUserBox
(cx: Scope)
src/app/pages/users/mod.rs:49
FunctionUserInput
( cx: Scope, id: &'static str, label: &'static str, input_type: &'static str, required: bo
src/app/pages/components/anciliary/mod.rs:305
FunctionUserList
(cx: Scope)
src/app/pages/users/mod.rs:33
FunctionUsers
(cx: Scope)
src/app/pages/users/mod.rs:15
Functionchat_route
( req: HttpRequest, stream: web::Payload, path: web::Path<usize>, srv: web::Data<Addr<web_sock
src/main.rs:93
Functionchat_route_icon
( req: HttpRequest, stream: web::Payload, path: web::Path<usize>, srv: web::Data<Addr<web_sock
src/main.rs:74
Functionconfirm_subscription
( cx: Scope, email: String, input: String, )
src/server_function/routes/mod.rs:216
Methodconnect
()
src/database/mod.rs:44
Functioncreate_group_conversations
( cx: Scope, other_users: String, is_group: bool, name: Option<String>, )
src/server_function/routes/mod.rs:1144
Methoddefault
()
src/web_socket/server.rs:92
Methoddown
Define how to rollback this migration: Drop the Bakery table.
src/migrator/m20230606_000003_create_conversation_table.rs:46
Methoddown
Define how to rollback this migration: Drop the Bakery table.
src/migrator/m20230521_000001_create_user_table.rs:38
Methoddown
Define how to rollback this migration: Drop the Bakery table.
src/migrator/m20230606_000006_create_seen_messages_table.rs:49
Methoddown
Define how to rollback this migration: Drop the Bakery table.
src/migrator/m20230527_000002_create_temp_user_table.rs:39
Methoddown
Define how to rollback this migration: Drop the Bakery table.
src/migrator/m20230606_000005_create_user_conversation_table.rs:56
Methoddown
Define how to rollback this migration: Drop the Message table.
src/migrator/m20230606_000004_create_message_table.rs:67
Methodevaluate_user
(user: Option<actix_identity::Identity>)
src/server_function/mod.rs:59
Methodfetch_image
( cx: Scope, id: i32, is_group: bool, sidebar: bool, message_string: O
src/app/pages/components/avatar/mod.rs:165
Functionformat_created_at
(created_at: String)
src/app/pages/conversation/mod.rs:100
Methodfrom
(val: IconType)
src/app/pages/components/avatar/mod.rs:239
Methodfrom_inner
(inner: &str)
src/app/pages/websocket/mod.rs:81
Functionget_image
(cx: Scope, path: String)
src/server_function/routes/mod.rs:1128
Functionget_user
(cx: Scope)
src/server_function/routes/mod.rs:973
Methodhandle
(&mut self, msg: Connect, _: &mut Context<Self>)
src/web_socket/server.rs:142
Methodhandle
(&mut self, msg: server::Message, ctx: &mut Self::Context)
src/web_socket/session.rs:214
next →1–100 of 157, ranked by callers