MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / get

Method get

server/projects/main/util/webclients.py:69–70  ·  view source on GitHub ↗
(self, path, query_params)

Source from the content-addressed store, hash-verified

67
68 @ActionWarpper
69 def get(self, path, query_params):
70 return self._session.get(self._get_url(path), params=query_params, headers=self._headers)
71
72 @ActionWarpper
73 def post(self, path, data):

Callers 3

apiMethod · 0.95
get_data_from_resultMethod · 0.45
apiMethod · 0.45

Calls 1

_get_urlMethod · 0.95

Tested by

no test coverage detected