Functions tab view: table showing function configs for the selected service.
Pure function — takes state and rect, returns [{widget, rect}].
Summary
Functions
Renders the functions table for the current service.
Functions
@spec render(PhoenixGenApiTui.State.t(), ExRatatui.Layout.Rect.t()) :: [ {struct(), ExRatatui.Layout.Rect.t()} ]
Renders the functions table for the current service.
Returns a list of {widget, rect} tuples containing the functions table
(and optionally a scrollbar when content overflows).