↓ 1 callersFunctioninsert_new_template_category(
executor: E,
name: &str,
description: &str,
icon: &str,
bg_color: &str,
category_type: TemplateC
libs/database/src/template.rs:14
↓ 1 callersFunctioninsert_reaction_on_comment(
executor: E,
comment_id: &Uuid,
view_id: &Uuid,
user_uuid: &Uuid,
reaction_type: &str,
)
libs/database/src/workspace.rs:1435
↓ 1 callersFunctioninsert_snapshot_meta(
workspace_id: &Uuid,
oid: &Uuid,
meta: SnapshotMetaPb,
partition_key: i32,
executor: E,
)
libs/database/src/history/ops.rs:62
↓ 1 callersFunctioninsert_template_view(
executor: E,
view_id: Uuid,
name: &str,
description: &str,
about: &str,
view_url: &str,
creato
libs/database/src/template.rs:479
↓ 1 callersFunctionlist_quick_notes(
pg_pool: &PgPool,
uid: i64,
workspace_id: Uuid,
search_term: Option<String>,
offset: Option<i32>,
src/biz/workspace/quick_note.rs:43
↓ 1 callersFunctionmove_page(
state: &AppState,
user: RealtimeUser,
workspace_id: Uuid,
view_id: &str,
new_parent_view_id: &str,
src/biz/workspace/page_view.rs:1355