fn parse_dependencies_from_aleo(
name: Symbol,
bytecode: &str,
existing: &IndexMap<Symbol, Dependency>,
) -> Result<IndexSet<Dependency>>
Expand description
Parse the .aleo
file’s imports and construct Dependency
s.
fn parse_dependencies_from_aleo(
name: Symbol,
bytecode: &str,
existing: &IndexMap<Symbol, Dependency>,
) -> Result<IndexSet<Dependency>>
Parse the .aleo
file’s imports and construct Dependency
s.