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

Method handle_read

monkey/monkey.py:37–39  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35 pass
36
37 def handle_read(self):
38 self.inbuf += self.recv(8192)
39 self.parse_response()
40
41 def handle_write(self):
42 sent = self.send(self.buf)

Callers

nothing calls this directly

Calls 1

parse_responseMethod · 0.95

Tested by

no test coverage detected