Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jhao104/proxy_pool
/ changeTable
Method
changeTable
db/dbClient.py:113–114 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
111
return
self.client.clear()
112
113
def
changeTable(self, name):
114
self.client.changeTable(name)
115
116
def
getCount(self):
117
return
self.client.getCount()
Callers
3
testRedisClient
Function · 0.95
testSsdbClient
Function · 0.95
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
2
testRedisClient
Function · 0.76
testSsdbClient
Function · 0.76