↓ 1 callersFunctionupload(
config: &StorageConfig,
user_id: i32,
team_id: i32,
file_name: &str,
bytes: &[u8],
)
crates/object-storage/src/lib.rs:58
↓ 1 callersFunctionupload_db(
pool: Pool,
user_id: i32,
team_id: i32,
file_name: &str,
bytes: &[u8],
)
crates/object-storage/src/lib.rs:75
FunctionAssistantTab(
category: Category,
prompts: Vec<Prompt>,
checked: bool,
team_id: String,
rbac: Rbac,
)
crates/web-pages/assistants/page.rs:136
FunctionProfilePopup(
email: String,
first_name: String,
last_name: String,
team_id: String,
unlicensed: bool,
crates/web-pages/profile_popup.rs:7