acs::root_of_host (public)
acs::root_of_host host
Defined in packages/acs-tcl/tcl/request-processor-procs.tcl
Maps a hostname to the corresponding subdirectory.
- Parameters:
- host (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- package_normalize_path, xowiki_test_cases, link_tests, slot_interactions, path_resolve
Source code: return [acs::per_thread_cache eval -key acs-tcl.root_of_host($host) { acs::root_of_host_noncached $host }]XQL Not present: Generic, PostgreSQL, Oracle