Skip to main content

EditorCloneGroup

Type Alias EditorCloneGroup 

Source
pub type EditorCloneGroup = CloneGroup;

Aliased Type§

pub struct EditorCloneGroup {
    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: usize

Number of tokens in the duplicated block.

§line_count: usize

Number of lines in the duplicated block.