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

Method insert_valid_proxy

sql/sql_manager.py:36–37  ·  view source on GitHub ↗
(self,id=id)

Source from the content-addressed store, hash-verified

34 return self.sql.insert_proxy(table_name, proxy)
35
36 def insert_valid_proxy(self,id=id):
37 return self.sql.insert_valid_proxy(id)
38
39 def select_proxy(self, table_name, **kwargs):
40 return self.sql.select_proxy(table_name, **kwargs)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected