ws::snapshot::Snapshot method save procs (protected)

 <instance of ws::snapshot::Snapshot[i]> save procs procs

Defined in /usr/local/ns/tcl/nsshell/snapshot.tcl

Parameters:
procs

Partial Call Graph (max 5 caller/called nodes):
%3 nsf::cmd::info nsf::cmd::info ws::snapshot::Snapshot instproc {save procs} ws::snapshot::Snapshot instproc {save procs} ws::snapshot::Snapshot instproc {save procs}->nsf::cmd::info

Testcases:
No testcase defined.
Source code:
set result ""
foreach e $procs {
        if {[info procs $e] ne ""} {
            append result [list proc $e [info args $e] [info body $e]] \n
        } else {
            append result [::nsf::cmd::info definition $e] \n
        }
}
return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: