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

Method get_data

apps/trigger/api/trigger_task.py:43–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

41
42class TriggerTaskResultSerializer(ResultSerializer):
43 def get_data(self):
44 return TriggerTaskResponse(many=True)
45
46
47class TriggerTaskAPI(APIMixin):

Callers

nothing calls this directly

Calls 1

TriggerTaskResponseClass · 0.90

Tested by

no test coverage detected