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