Function pkgcraft_pkg_ebuild_idepend
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn pkgcraft_pkg_ebuild_idepend(
p: *mut Pkg<'_>,
) -> *mut DependencySet
Expand description
Return a package’s IDEPEND.
§Safety
The argument must be a non-null Pkg pointer.