cairo_lang_filesystem::db

Function get_originating_location

Source
pub fn get_originating_location(
    db: &dyn FilesGroup,
    file_id: FileId,
    span: TextSpan,
    parent_files: Option<&mut Vec<FileId>>,
) -> (FileId, TextSpan)
Expand description

Returns the location of the originating user code.