MCPcopy Create free account
hub / github.com/awolfly9/IPProxyTool / get_proxy_ids

Method get_proxy_ids

sql/sql_manager.py:57–58  ·  view source on GitHub ↗
(self, table_name)

Source from the content-addressed store, hash-verified

55 return self.sql.get_proxy_count(table_name = table_name)
56
57 def get_proxy_ids(self, table_name):
58 return self.sql.get_proxy_ids(table_name = table_name)
59
60 def get_proxy_with_id(self, table_name, id):
61 return self.sql.get_proxy_with_id(table_name = table_name, id = id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected