pkg_info_extends (private)

 pkg_info_extends pkg_info

Defined in packages/acs-tcl/tcl/apm-install-procs.tcl

Parameters:
pkg_info
Returns:
The "extends" dependencies of the package.

Partial Call Graph (max 5 caller/called nodes):
%3 apm_dependency_check apm_dependency_check (private) pkg_info_extends pkg_info_extends apm_dependency_check->pkg_info_extends

Testcases:
No testcase defined.
Source code:
    return [lindex $pkg_info 3]
Generic XQL file:
packages/acs-tcl/tcl/apm-install-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/apm-install-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/apm-install-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: