bcf_seqname_safe

Return CONTIG name, or "(unknown)"

Like bcf_seqname(), but this function will never return NULL. If the contig name cannot be found (either because @p hdr was not supplied or rec->rid was out of range) it returns the string "(unknown)".

@system extern (C) @nogc nothrow
const(char)*
bcf_seqname_safe
(
const(bcf_hdr_t)* hdr
,
const(bcf1_t)* rec
)

Meta