Function uvls::core::resolve::resolve_with_bind

source ยท
pub fn resolve_with_bind<'a>(
    files: &'a impl AstContainer,
    fs: &'a FileSystem,
    origin: FileID,
    path: &'a [Ustr],
) -> impl Iterator<Item = Vec<(RootSymbol, usize)>> + 'a
Expand description

Find all symboles from origin under path while keeping track of what sections path are bound to what symbol