request_processor::test::a_proc_with_some_flags (private)

 request_processor::test::a_proc_with_some_flags [ -a_flag a_flag ] \
    [ -another_flag another_flag ]

Defined in packages/acs-tcl/tcl/test/request-processor-procs.tcl

A proc with two flags

Switches:
-a_flag
(defaults to "DEFAULT1") (optional)
-another_flag
(defaults to "DEFAULT2") (optional)

Partial Call Graph (max 5 caller/called nodes):
%3 request_processor::test::require_registered_procs request_processor::test::require_registered_procs (private) request_processor::test::a_proc_with_some_flags request_processor::test::a_proc_with_some_flags request_processor::test::require_registered_procs->request_processor::test::a_proc_with_some_flags

Testcases:
No testcase defined.
Source code:
    ns_return 200 text/plain [list  a_flag $a_flag  another_flag $another_flag]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: