MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / get

Method get

server/projects/analysis/apps/base/apis.py:35–38  ·  view source on GitHub ↗

获取基础页数据

(self, request)

Source from the content-addressed store, hash-verified

33 permission_classes = []
34
35 def get(self, request):
36 """获取基础页数据
37 """
38 return Response(data={"msg": "Weclome to CodeDog Server"})
39
40
41class HealthCheckAPIVIew(APIView):

Callers 8

manage.pyFile · 0.45
getMethod · 0.45
collectMethod · 0.45
cloneMethod · 0.45
authenticateMethod · 0.45
authenticateMethod · 0.45
open_env.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected