cairo_lang_defs::db

Function module_free_functions

source
pub fn module_free_functions(
    db: &dyn DefsGroup,
    module_id: ModuleId,
) -> Maybe<Arc<OrderedHashMap<FreeFunctionId, FunctionWithBody>>>
Expand description

Returns all the free functions of the given module.