pub fn upsert_calls(
conn: &mut impl GenericClient,
project_id: &str,
file_path: &str,
calls: &[CallRelation],
) -> Result<usize>pub fn upsert_calls(
conn: &mut impl GenericClient,
project_id: &str,
file_path: &str,
calls: &[CallRelation],
) -> Result<usize>