template::head::included_in (private)

 template::head::included_in resource

Defined in packages/acs-templating/tcl/head-procs.tcl

Return the containiner resource, containing the provided resource

Parameters:
resource - uri resource
Author:
Gustaf Neumann
Created:
2020-02-01
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 template::head::prepare_multirows template::head::prepare_multirows (private) template::head::included_in template::head::included_in template::head::prepare_multirows->template::head::included_in

Testcases:
No testcase defined.
Source code:
    set key ::template::head::included($resource)
    return [expr {[info exists $key] ? [set $key] : ""}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: