Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ _get_url
Method
_get_url
server/projects/main/util/webclients.py:65–66 ·
view source on GitHub ↗
(self, path)
Source
from the content-addressed store, hash-verified
63
self._apis = {}
64
65
def
_get_url(self, path):
66
return
"%s/%s"
% (self._server_url, path)
67
68
@ActionWarpper
69
def
get(self, path, query_params):
Callers
5
get
Method · 0.95
post
Method · 0.95
patch
Method · 0.95
put
Method · 0.95
delete
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected