Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ delete
Method
delete
server/projects/main/util/webclients.py:85–86 ·
view source on GitHub ↗
(self, path, data)
Source
from the content-addressed store, hash-verified
83
84
@ActionWarpper
85
def
delete(self, path, data):
86
return
self._session.delete(self._get_url(path), json_data=data, headers=self._headers)
87
88
def
api(self, name, data, path_params=None):
89
api_def = self._apis.get(name)
Callers
2
api
Method · 0.95
api
Method · 0.45
Calls
1
_get_url
Method · 0.95
Tested by
no test coverage detected