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

Method list

apps/trigger/serializers/trigger_task.py:59–62  ·  view source on GitHub ↗
(self, with_valid=True)

Source from the content-addressed store, hash-verified

57 return query_set
58
59 def list(self, with_valid=True):
60 if with_valid:
61 self.is_valid(raise_exception=True)
62 return [TriggerTaskResponse(row).data for row in self.get_query_set()]
63
64
65class TriggerTaskRecordOperateSerializer(serializers.Serializer):

Callers

nothing calls this directly

Calls 3

is_validMethod · 0.95
get_query_setMethod · 0.95
TriggerTaskResponseClass · 0.85

Tested by

no test coverage detected