Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
42
class
TriggerTaskResultSerializer(ResultSerializer):
43
def
get_data(self):
44
return
TriggerTaskResponse(many=True)
45
46
47
class
TriggerTaskAPI(APIMixin):
Callers
nothing calls this directly
Calls
1
TriggerTaskResponse
Class · 0.90
Tested by
no test coverage detected