pub fn plan_config_rows(
plan: &PlanConfig,
session_model: &str,
) -> Vec<(String, String)>Expand description
The (label, value) pairs the picker shows, derived from the live
config. Shared with the reducer tests so row indices can’t drift.