Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Tencent/CodeAnalysis
/ get
Method
get
server/projects/main/apps/base/apis.py:36–37 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
34
permission_classes = []
35
36
def
get(self, request):
37
return
Response({
"msg"
:
"Weclome to CodeDog Server"
})
38
39
40
class
HealthCheckAPIVIew(APIView):
Callers
15
local_main.py
File · 0.45
local_file.py
File · 0.45
local_login.py
File · 0.45
local_analysis.py
File · 0.45
main.gunicorn.conf.py
File · 0.45
manage.py
File · 0.45
get
Method · 0.45
get_scheme_with_kwargs
Method · 0.45
collect
Method · 0.45
save
Method · 0.45
clone
Method · 0.45
to_representation
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected