MCPcopy Create free account
hub / github.com/capy-language/capy / compile_program

Function compile_program

crates/codegen/src/compiler/program.rs:18–84  ·  view source on GitHub ↗
(
    verbosity: Verbosity,
    entry_point: ConcreteGlobalLoc,
    mod_dir: &'a std::path::Path,
    interner: &'a Interner,
    world_bodies: &'a hir::WorldBodies,
    tys: &'a hir_ty::WorldTys,
   

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

compile_jitFunction · 0.85
compile_objFunction · 0.85

Calls 11

generate_main_functionFunction · 0.85
expectMethod · 0.80
as_functionMethod · 0.80
sigMethod · 0.80
wrapMethod · 0.80
global_bodyMethod · 0.80
to_naiveMethod · 0.80
fileMethod · 0.80
finalize_tysMethod · 0.80
compile_queuedMethod · 0.80
compile_builtinsMethod · 0.80

Tested by

no test coverage detected