pub fn classify_node_upsert(
outcome: PutOutcome,
report: &mut GraphMutationReport,
)Expand description
Records a single-node upsert outcome into a report’s precise insert/update
counters. PutOutcome::Upserted and PutOutcome::Deduped carry no
insert-vs-update information and leave the counters unchanged.