Function move_model::run_model_builder
source · [−]pub fn run_model_builder<Paths: Into<MoveSymbol> + Clone, NamedAddress: Into<MoveSymbol> + Clone>(
move_sources: Vec<PackagePaths<Paths, NamedAddress>>,
deps: Vec<PackagePaths<Paths, NamedAddress>>
) -> Result<GlobalEnv>
Expand description
Build the move model with default compilation flags and default options and no named addresses. This collects transitive dependencies for move sources from the provided directory list.