ws::snapshot::Snapshot method collect nx-objects (protected)

 <instance of ws::snapshot::Snapshot[i]> collect nx-objects

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

Get objects from specified namespace

Partial Call Graph (max 5 caller/called nodes):
%3 nx::isSlotContainer nx::isSlotContainer ws::snapshot::Snapshot instproc {collect nx-objects} ws::snapshot::Snapshot instproc {collect nx-objects} ws::snapshot::Snapshot instproc {collect nx-objects}->nx::isSlotContainer

Testcases:
No testcase defined.
Source code:
return [lmap o [nx::Object info instances -closure ${:namespace}::*] {
        #
        # Filter slot objects
        #
        if {[string match *::slot::* $o]
            || [::nx::isSlotContainer $o]
        } continue
        set o
}]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: