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.
pub fn get_parent_and_mapping(
db: &dyn FilesGroup,
file_id: FileId,
) -> Option<(FileId, Arc<[CodeMapping]>)>Returns the parent file and the code mappings of the file.