Skip to main content

format_agent_rows

Function format_agent_rows 

Source
pub fn format_agent_rows(
    agents: &[AgentStatusEntry],
    now: Instant,
) -> Vec<AgentRow>
Expand description

Converts raw agent status entries into formatted display rows.

Pure function: performs no I/O, holds no locks, and is deterministic given the same inputs.