↓ 2 callersFunctioninitialize_workspace_for_user(
uid: i64,
user_uuid: &Uuid,
row: &AFWorkspaceRow,
txn: &mut Transaction<'_, sqlx::Postgres>,
templ
src/biz/user/user_init.rs:21
↓ 2 callersFunctioninsert_answer_message_with_transaction(
transaction: &mut Transaction<'_, Postgres>,
author: ChatAuthor,
chat_id: &str,
content: String,
m
libs/database/src/chat/chat_ops.rs:196
↓ 2 callersFunctioninsert_blob_metadata(
pg_pool: &PgPool,
file_id: &str,
workspace_id: &Uuid,
file_type: &str,
file_size: usize,
)
libs/database/src/resource_usage.rs:36
↓ 2 callersMethodinsert_view_to_general_space(
&self,
workspace_id: &Uuid,
view_id: &str,
view_name: &str,
view_layout: ViewLayout,
libs/client-api-test/src/test_client.rs:161