xo::api proc scope_from_proc_index (public)

 xo::api[i] scope_from_proc_index proc_index

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

Parse the proc_index and return the scope from it.

Parameters:
proc_index (required)

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