Skip to main content

push_check

Function push_check 

Source
fn push_check(
    checks: &mut Vec<CompatibilityCheck>,
    name: impl Into<String>,
    status: CheckStatus,
    detail: impl Into<String>,
)