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

Method get

apps/application/views/application.py:235–238  ·  view source on GitHub ↗
(self, request: Request, workspace_id: str, application_id: str)

Source from the content-addressed store, hash-verified

233 CompareConstants.AND),
234 RoleConstants.WORKSPACE_MANAGE.get_workspace_role())
235 def get(self, request: Request, workspace_id: str, application_id: str):
236 return result.success(ApplicationOperateSerializer(
237 data={'application_id': application_id, 'user_id': request.user.id,
238 'workspace_id': workspace_id, }).one())
239
240 class Move(APIView):
241 authentication_classes = [TokenAuth]

Callers

nothing calls this directly

Calls 3

successMethod · 0.45
oneMethod · 0.45

Tested by

no test coverage detected