Function leo_lang::cli::commands::build::compile_leo_file

source ยท
fn compile_leo_file<N: Network>(
    file_path: PathBuf,
    program_id: &ProgramID<N>,
    outputs: &Path,
    build: &Path,
    handler: &Handler,
    options: BuildOptions,
    stubs: IndexMap<Symbol, Stub>,
) -> Result<()>
Expand description

Compiles a Leo file in the src/ directory.