Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
class
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
19
class
Plugin(PluginBase):
Callers
15
handle_task_resizing_images
Function · 0.45
test_signal
Method · 0.45
index
Method · 0.45
save
Function · 0.45
generate_align_tif
Function · 0.45
get_coords_from_images
Function · 0.45
post
Method · 0.45
post
Method · 0.45
post
Method · 0.45
post
Method · 0.45
check_refresh_token
Function · 0.45
share_task
Function · 0.45
Calls
1
get_and_check_task
Method · 0.80
Tested by
2
test_signal
Method · 0.36
test_settings
Method · 0.36