MCPcopy Index your code
hub / github.com/WebODM/WebODM / get

Method get

coreplugins/test/plugin.py:14–16  ·  view source on GitHub ↗
(self, request, pk=None)

Source from the content-addressed store, hash-verified

12
13class TestTaskView(TaskView):
14 def get(self, request, pk=None):
15 task = self.get_and_check_task(request, pk)
16 return Response(task.id, status=status.HTTP_200_OK)
17
18
19class Plugin(PluginBase):

Callers 15

test_signalMethod · 0.45
indexMethod · 0.45
saveFunction · 0.45
generate_align_tifFunction · 0.45
get_coords_from_imagesFunction · 0.45
postMethod · 0.45
postMethod · 0.45
postMethod · 0.45
postMethod · 0.45
check_refresh_tokenFunction · 0.45
share_taskFunction · 0.45

Calls 1

get_and_check_taskMethod · 0.80

Tested by 2

test_signalMethod · 0.36
test_settingsMethod · 0.36