::Users proc last_pa (public)

 ::Users[i] last_pa uid

Defined in packages/xotcl-request-monitor/tcl/throttle_mod-procs.tcl

Parameters:
uid - request key
Returns:
last peer address of the specified users

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
if {[info exists :pa($uid)]} {
  return [set :pa($uid)]
} else {
  return ""
}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: