MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / unblock

Method unblock

monkey/monkey.py:139–141  ·  view source on GitHub ↗
(self, client_id, callback=default_result_handler)

Source from the content-addressed store, hash-verified

137 self.callbacks.append(callback)
138
139 def unblock(self, client_id, callback=default_result_handler):
140 self.buf += _buildResp("client", "unblock", str(client_id))
141 self.callbacks.append(callback)
142
143 def scan(self, iter, match=None, count=None, callback = default_result_handler):
144 args = ["scan", str(iter)]

Callers

nothing calls this directly

Calls 2

_buildRespFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected