pkgcraft_pkg_ebuild_live

Function pkgcraft_pkg_ebuild_live 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_live( p: *mut Pkg<'_>, ) -> bool
Expand description

Return a package’s live status.

§Safety

The argument must be a non-null Pkg pointer.