MCPcopy
hub / github.com/1Panel-dev/MaxKB / get

Method get

apps/users/views/user.py:74–75  ·  view source on GitHub ↗
(self, request: Request)

Source from the content-addressed store, hash-verified

72
73 responses=UserProfileAPI.get_response())
74 def get(self, request: Request):
75 return result.success(UserProfileSerializer().profile(request.user, request.auth))
76
77
78class TestPermissionsUserView(APIView):

Callers

nothing calls this directly

Calls 3

successMethod · 0.45
profileMethod · 0.45

Tested by

no test coverage detected