get_parent_and_mapping

Function get_parent_and_mapping 

Source
pub fn get_parent_and_mapping(
    db: &dyn FilesGroup,
    file_id: FileId,
) -> Option<(FileId, Arc<[CodeMapping]>)>
Expand description

Returns the parent file and the code mappings of the file.