Skip to main content

upsert_imports

Function upsert_imports 

Source
pub fn upsert_imports(
    conn: &mut impl GenericClient,
    project_id: &str,
    file_path: &str,
    imports: &[ImportRelation],
) -> Result<usize>