ws::snapshot::Snapshot method collect all (public)

 <instance of ws::snapshot::Snapshot[i]> collect all

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

Invoke :collect on each item in :elements and return a dict representation, where :element items are keys and outputs of :collect are values.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
foreach e ${:elements} { dict set d $e [:collect $e] }
return $d
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: