cairo_lang_defs::db

Function module_extern_functions

source
pub fn module_extern_functions(
    db: &dyn DefsGroup,
    module_id: ModuleId,
) -> Maybe<Arc<OrderedHashMap<ExternFunctionId, ItemExternFunction>>>
Expand description

Returns all the extern_functions of the given module.