template::list::filter::exists_p (public)
template::list::filter::exists_p -list_name list_name \ -filter_name filter_name
Defined in packages/acs-templating/tcl/list-procs.tcl
Determine if a given filter exists for a given list template.
- Switches:
- -list_name (required)
- The name of the list template.
- -filter_name (required)
- The filter name.
- Returns:
- True (1) if the filter exists, false (0) if not.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.