pub fn pkgbuild_check_response_matches_selection(
app: &AppState,
response_package: &str,
) -> boolExpand description
What: Whether a crate::state::PkgbuildCheckResponse should update the UI for the current row.
Inputs:
app: Application state.response_package: Package name carried in the worker response.
Output:
trueif the response matches the focused or selected package (same rule as PKGBUILD fetch).
Details:
- Prevents late results from repopulating the panel after the user moved to another package.