pub fn resolve<'a>(
files: &'a impl AstContainer,
fs: &'a FileSystem,
origin: FileID,
path: &'a [Ustr],
) -> impl Iterator<Item = RootSymbol> + 'a
Expand description
Find all symboles from origin under path
pub fn resolve<'a>(
files: &'a impl AstContainer,
fs: &'a FileSystem,
origin: FileID,
path: &'a [Ustr],
) -> impl Iterator<Item = RootSymbol> + 'a
Find all symboles from origin under path