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.
pub fn module_free_functions(
db: &dyn DefsGroup,
module_id: ModuleId,
) -> Maybe<Arc<OrderedHashMap<FreeFunctionId, FunctionWithBody>>>
Returns all the free functions of the given module.