MCPcopy Index your code
hub / github.com/Tencent/CodeAnalysis / __init__

Method __init__

server/projects/analysis/util/fileserver.py:50–54  ·  view source on GitHub ↗
(self, server_conf)

Source from the content-addressed store, hash-verified

48 OK_STATUS = 200
49
50 def __init__(self, server_conf):
51 self._http_client = HttpClient()
52 self._server_url = server_conf["URL"]
53 self._type_prefix = server_conf["TYPE_PREFIX"]
54 self._server_token = server_conf.get("TOKEN")
55
56 @classmethod
57 def get_data_md5(cls, data):

Callers

nothing calls this directly

Calls 2

HttpClientClass · 0.90
getMethod · 0.45

Tested by

no test coverage detected