in src/main.rs [209:216]
fn verify_result(security_error: bool, static_check_status: StaticCheckStatus) -> Self {
Self {
no_chat_template: false,
parse_header_failure: false,
security_error,
static_check_status,
}
}