Function rust_htslib::htslib::bcf_has_filter [] [src]

pub unsafe extern "C" fn bcf_has_filter(
    hdr: *const bcf_hdr_t,
    line: *mut bcf1_t,
    filter: *mut c_char
) -> c_int

Returns 1 if present, 0 if absent, or -1 if filter does not exist. "PASS" and "." can be used interchangeably.