xo::api proc scope_from_object_reference (public)

 xo::api[i] scope_from_object_reference scope_var object_var

Defined in packages/xotcl-core/tcl/01-debug-procs.tcl

Parse the object reference and return the scope from it.

Parameters:
scope_var (required)
object_var (required)

Testcases:
No testcase defined.
Source code:
#
# Parse the object reference and return the scope from it.
#
upvar $scope_var scope $object_var object
set scope ""
regexp {^(.+) do (.+)$} $object match scope object
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: