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

Method commit

sql/sql_manager.py:72–73  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

70 return self.sql.get_proxies_info(table_name=table_name, start_id=start_id, limit=limit)
71
72 def commit(self):
73 return self.sql.commit()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected