MCPcopy
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
40class HealthCheckAPIVIew(APIView):

Callers 15

local_main.pyFile · 0.45
local_file.pyFile · 0.45
local_login.pyFile · 0.45
local_analysis.pyFile · 0.45
manage.pyFile · 0.45
getMethod · 0.45
collectMethod · 0.45
saveMethod · 0.45
cloneMethod · 0.45
to_representationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected