MCPcopy Create free account
hub / github.com/bea4dev/catla / codegen_for_program

Function codegen_for_program

src/catla_codegen/src/codegen.rs:19–319  ·  view source on GitHub ↗
(
    ast: &Program,
    in_impl_scope: bool,
    type_infer_results: &HashMap<EntityID, Spanned<Type>>,
    lifetime_analyze_results: Option<&LifetimeAnalyzeResults>,
    user_type_set: &GlobalUserTy

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

codegenFunction · 0.85
codegen_user_type_defineFunction · 0.85
codegen_function_defineFunction · 0.85

Calls 15

codegen_importFunction · 0.85
codegen_function_defineFunction · 0.85
codegen_user_type_defineFunction · 0.85
codegen_variable_defineFunction · 0.85
is_return_originMethod · 0.80
push_lineMethod · 0.80
as_strMethod · 0.80
scopeMethod · 0.80

Tested by

no test coverage detected