pub fn run_model_builder_with_options(
    move_sources: &[String],
    deps_dir: &[String],
    options: ModelBuilderOptions,
    named_address_mapping: BTreeMap<String, AddressBytes>
) -> Result<GlobalEnv>
Expand description

Build the move model with default compilation flags and custom options and a set of provided named addreses. This collects transitive dependencies for move sources from the provided directory list.