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

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: