pkg_info_key (public)

 pkg_info_key pkg_info

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

Parameters:
pkg_info
Returns:
The package-key stored in the package info map.

Partial Call Graph (max 5 caller/called nodes):
%3 apm_dependency_check apm_dependency_check (private) pkg_info_key pkg_info_key apm_dependency_check->pkg_info_key apm_package_selection_widget apm_package_selection_widget (private) apm_package_selection_widget->pkg_info_key apm_packages_full_install apm_packages_full_install (private) apm_packages_full_install->pkg_info_key apm_simple_package_install apm_simple_package_install (public) apm_simple_package_install->pkg_info_key packages/acs-admin/www/apm/packages-install-3.tcl packages/acs-admin/ www/apm/packages-install-3.tcl packages/acs-admin/www/apm/packages-install-3.tcl->pkg_info_key

Testcases:
No testcase defined.
Source code:
    return [lindex $pkg_info 0]
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: