Skip to main content

dedup_file

Function dedup_file 

Source
pub fn dedup_file(result: &mut ExtractionResult)
Expand description

Deduplicate nodes within a single file’s ExtractionResult.

Retains the first occurrence of each node ID and each (source, target, relation) edge triple.