MCPcopy
hub / github.com/WebODM/WebODM / TaskSizeSerializer

Class TaskSizeSerializer

coreplugins/lightning/api.py:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 return total_bytes
74
75class TaskSizeSerializer(serializers.Serializer):
76 assets = serializers.CharField(help_text="One of: [all,backup,custom]")
77 customAssets = serializers.JSONField(help_text="List of custom assets", default=[])
78
79class ShareTaskSerializer(TaskSizeSerializer):
80 project = serializers.CharField(help_text="Remote project ID or empty", default="", allow_blank=True)

Callers 1

postMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected