MCPcopy
hub / github.com/WebODM/WebODM / remove

Method remove

app/api/tasks.py:170–171  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

168
169 @action(detail=True, methods=['post'])
170 def remove(self, *args, **kwargs):
171 return self.set_pending_action(pending_actions.REMOVE, *args, perms=('delete_project', ), **kwargs)
172
173 @action(detail=True, methods=['post'])
174 def compact(self, *args, **kwargs):

Callers 15

cleanup_tmp_directoryFunction · 0.45
cleanup_cache_directoryFunction · 0.45
remove_taskMethod · 0.45
make_cogeo_gdalFunction · 0.45
make_cogeo_legacyFunction · 0.45
plugin_uploadMethod · 0.45
get_fieldsMethod · 0.45
test_flightpathMethod · 0.45
remove_all_zipFunction · 0.45
deleteMethod · 0.45
python_importsMethod · 0.45

Calls 1

set_pending_actionMethod · 0.95

Tested by 1

test_flightpathMethod · 0.36