pub fn non_service_functions(inventory: &Inventory) -> Vec<&Function>
Expand description

Returns all functions not belonging to a service pattern.

Useful in backends like Python that can fully encapsulate services and should not expose their raw methods in the main namespace.