xo::api proc proc_index (public)

 xo::api[i] proc_index scope obj instproc proc_name

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

Return a canonical index string for the specified method

Parameters:
scope (required)
obj (required)
instproc (required)
proc_name (required)

Testcases:
No testcase defined.
Source code:
#
# Return a canonical index string for the specified method
#
if {$scope eq ""} {
  return [list [string trimleft $obj :] $instproc $proc_name]
} else {
  return [list $scope $obj $instproc $proc_name]
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: