Function cairo_lang_defs::db::module_free_functions
source · pub fn module_free_functions(
db: &dyn DefsGroup,
module_id: ModuleId
) -> Maybe<OrderedHashMap<FreeFunctionId, FunctionWithBody>>
Expand description
Returns all the free functions of the given module.