Skip to main content

read_local_import_calls

Function read_local_import_calls 

Source
pub fn read_local_import_calls(
    conn: &mut impl GenericClient,
    project_id: &str,
    file_paths: &[String],
) -> Result<Vec<CallRelation>>
Expand description

Read the pending local_import calls written for file_paths during the current index run. Each returned CallRelation carries its candidate target files in callee_external_module (see CallRelation::with_local_import_target).