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

Partial Call Graph (max 5 caller/called nodes):
%3 test_create_test_items create_test_items (test xowf) xowf::test_item::Answer_manager instproc get_IPs xowf::test_item::Answer_manager instproc get_IPs test_create_test_items->xowf::test_item::Answer_manager instproc get_IPs

Testcases:
create_test_items
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: