pub fn exists(conn: &Connection, year: i32) -> Result<bool, CliError>Expand description
Whether a ReturnInputs exists for year (used by the tax-profile set guard — SPEC §4.12/D-4).
A SELECT 1 existence probe (does not deserialize the blob — review M5).