pub fn promote_local_import_call(
conn: &mut impl GenericClient,
project_id: &str,
original: &CallRelation,
resolved: &CallRelation,
) -> Result<()>Expand description
Replace a pending local_import call row with its resolved form. The exact
pending row (identified by its persisted columns) is deleted and the
resolved call — a Symbol target on a hit, Unresolved on a miss — is
inserted in its place. Used by the post-write local-import resolution pass.