template::head::flush_included (private)

 template::head::flush_included resource

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

Flush a part relations ships of a compound resource

Parameters:
resource - compound resource
Author:
Gustaf Neumann
Created:
2018-03-09
See Also:

Partial Call Graph (max 5 caller/called nodes):
%3 template::head::flush_link template::head::flush_link (public) template::head::flush_included template::head::flush_included template::head::flush_link->template::head::flush_included template::head::flush_script template::head::flush_script (public) template::head::flush_script->template::head::flush_included

Testcases:
No testcase defined.
Source code:
    #ns_log notice "flush_included <$resource> includes: [array get ::template::head::includes $resource]"
    foreach {container parts} [array get ::template::head::includes $resource] {
        unset ::template::head::includes($container)
        foreach p $parts {
            unset ::template::head::included($p)
        }
    }
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: