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

Method get_client_id

monkey/monkey.py:154–156  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

152 self.callbacks.append(callback)
153
154 def get_client_id(self):
155 self.buf += _buildResp("client", "id")
156 self.callbacks.append(self.store_client_id)
157
158 def store_client_id(self, c, resp):
159 assert(resp[0] == ord(':'))

Callers 1

__init__Method · 0.95

Calls 2

_buildRespFunction · 0.85
appendMethod · 0.80

Tested by

no test coverage detected