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

Method get_proxy_count

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

Source from the content-addressed store, hash-verified

52 return self.sql.delete_old(table_name, day)
53
54 def get_proxy_count(self, table_name):
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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected