pub type CloneGroup = CloneGroup;Aliased Type§
pub struct CloneGroup {
pub instances: Vec<CloneInstance>,
pub token_count: usize,
pub line_count: usize,
}Fields§
§instances: Vec<CloneInstance>All instances where this duplicated code appears.
token_count: usizeNumber of tokens in the duplicated block.
line_count: usizeNumber of lines in the duplicated block.