MCPcopy Index your code
hub / github.com/WebODM/WebODM / save

Method save

app/models/project.py:133–138  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

131 return False
132
133 def save(self, *args, **kwargs):
134 # Assign a public ID if missing and public = True
135 if self.public and self.public_id is None:
136 self.public_id = uuid.uuid4()
137
138 super(Project, self).save(*args, **kwargs)
139
140 class Meta:
141 verbose_name = _("Project")

Callers 2

deleteMethod · 0.95
duplicateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected