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

Method inner

apps/application/views/application.py:380–383  ·  view source on GitHub ↗
(view,r, **kwargs)

Source from the content-addressed store, hash-verified

378 @log(menu='Application', operate='Batch move applications',
379 get_operation_object=lambda r, k: get_application_operation_object_batch(permitted_ids))
380 def inner(view,r, **kwargs):
381 return ApplicationBatchOperateSerializer(
382 data={'workspace_id': workspace_id, 'user_id': request.user.id}
383 ).batch_move({'id_list': permitted_ids, 'folder_id': request.data.get('folder_id')})
384
385 return result.success(inner(self,request, workspace_id=workspace_id))
386

Callers

nothing calls this directly

Calls 3

batch_moveMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected