↓ 1 callersFunctiondigest_test_message(
id: i64,
sender: &str,
room: &str,
summary: &str,
created_at: i32,
)
backend/tests/digest_layout_test.rs:128
↓ 1 callersFunctionenqueue_processed_bridge_event(
state: &Arc<AppState>,
user_id: i32,
service: &str,
room_id: &str,
event_id: &str,
o
backend/src/utils/tuwunel_event_cleanup.rs:43
↓ 1 callersFunctionfetch_bridge_room_messages(
service: &str,
state: &Arc<AppState>,
user_id: i32,
chat_name: &str,
limit: Option<u64>,
backend/src/utils/bridge.rs:985
↓ 1 callersFunctionfetch_emails_imap_for_account(
state: &AppState,
user_id: i32,
email: &str,
password: &str,
imap_server: Option<&str>,
backend/src/handlers/imap_handlers.rs:1258
↓ 1 callersFunctionfetch_single_email_from_account(
state: &AppState,
user_id: i32,
email_id: &str,
email: &str,
password: &str,
imap_se
backend/src/handlers/imap_handlers.rs:1410