xowf::test_item::Answer_manager method get_IPs (public)

 <instance of xowf::test_item::Answer_manager[i]> get_IPs \
    revision_sets

Defined in packages/xowf/tcl/test-item-procs.tcl

Get the IP addresses for the given revision set. Should be actually only one. The revision_set must not be empty.

Parameters:
revision_sets (required)

Testcases:
No testcase defined.
Source code:
set IPs ""
foreach revision_set $revision_sets {
  set ip [ns_set get $revision_set creation_ip]
  if {$ip ne ""} {
    dict set IPs [ns_set get $revision_set creation_ip] 1
  }
}
return [dict keys $IPs]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: